This page presents information about localization and units.
Localization: allows the creation of translated texts so you can run your application in multiple languages.
Units: allows the the dynamic change of metric system when running the client displays.
You can localize the text in your application in as many languages as needed. To do this, create a dictionary for each language.
To localize the user interface text, be sure to select the Localizable option (Dynamics Configuration window, TextOutput options) for each display component that you need to localize. |
To create a localization dictionary:
The alarm messages can also be included in the localization if the related check-box is set.
On Info → Project → Settings, you can define the default Culture Information that the application is using. The runtime property Client.CultureInfo allows you to change it during runtime. Some display controls may get the Culture Info directly from the Operating System. In this situation, the correct procedure is for both the Operating System settings and the project settings to have the application's target culture.