|
MoreMotion Resource Files |
|
|
MoreMotion resource files have .res extension and exist under {APPLICATION_ROOT}/WEB-INF/MM-INF/resources/ directory. The structure of a resource file is as follows:
It is also possible to provide a separate file for each language. In that case the resource files must be provided under resources/<language-code>/ directories. For instance the resource files for resource unit "global" should be organized as follows. WEB-INF/MM-INF/resources/en/global.res file
WEB-INF/MM-INF/resources/de/global.res file
|