Skip to main content

Languages

Some configuration string must be specified in multiple languages. For this, the name of the corresponding XML attribute is suffixed by _L1, _L2,... _L8. For example, the property DisplayName of an EntityType can be specified in English and French:

Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.

<EntityType Identifier="Directory_User" DisplayName_L1="User" DisplayName_L2="Collaborateur">    ...
</EntityType>

Languages list must be specified by Language elements.

Code attributes enclosed with <> need to be replaced with a custom value before entering the script in the command line.

<Language Code="en-US" IndicatorNumber="1" />  <Language Code="fr-FR" IndicatorNumber="2" />

The code is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.