Create NLS for a User App
Apps and categories names can be translated into different languages.
To do so, associate a .CATNls
file with each app name or to each category. *.CATNls files must
be stored in the \msgcatalog
directory.
Important: If you work in English, disregard this section. |
Notes:
- If no .CATNls file is associated with the app or to the category, the internal name appears.
- The name of the .CATNls file must be identical to the first part of the string. So if your category is called MyCategory, the .CATNls file must be called MyCategory.CATNls.
- The first line of .CATNls files must contain the
<meta charset="UTF-8"/>
string.
CATNls file for a User Category | The CATNls file name must correspond
to the name of the category. The CATNls file must contain
a string with the following format: YourCategoryname.Title = "Name that you want to assign";So, if you want to create a category called Design_Application, create a CATNls file containing the following string: YourCategoryname.Title = "Design Application"; |