Site Manager Developer Manual / Version 2107
Table Of Contents<Locale>
Child elements:
Parent elements:
<Editor>
You can select the language and country settings which should be used by the
Site
Manager
with the element
<Locale>
. These settings
determine the language used in the GUI of the Site Manager. The locale that you
set in
editor-startup.xml
will be used for the Login screen you can overwrite this setting with a
<Locale>
element in the
editor.xml
file. So you can define group specific
localizations for example.
<Editor> <Locale language="de" country="DE"/> . . . </Editor>
Example 3.1. Example for the Locale element
Attribute |
Description |
---|---|
language |
The language used in the program. At present, there are locales for English ("en") and German ("de").
The locales follow the usage in |
country |
Country-specific settings. At present, there are locales for the United States ("US") and Germany
("DE"). The locales follow the usage in |
Table 3.2. Attributes of element <Locale>