close

Filter

loading table of contents...

Site Manager Developer Manual / Version 2210

Table Of Contents

3.2 Define the Locale

<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 java.util.Locale.

country

Country-specific settings. At present, there are locales for the United States ("US") and Germany ("DE"). The locales follow the usage in java.util.Locale.

Table 3.2. Attributes of element <Locale>


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.