Locales
Locale refers to the user interface settings that are based on the language and country of the user.
The locale label or Locale ID contains the language and country abbreviations. For example, en-US, en-UK, or it-IT. The country segment determines the date and time format, the data separator, and the measurement system.
A project can support multiple locales that are configured in the
Locales
property of the Project
node.The Presentation Engine of a multilingual project uses the configured session locale to display the interface. The text in the user interface displays according to the translations available in the
LocalizationDictionary
object in the Translation
editor.Provide Feedback