You can localize the text in your application in as many languages as needed. To do this, create a dictionary for each language.
To create a localization dictionary:
- Go to Run > Dictionaries -> Localization.
- Click New.
- The Create New Localization Dictionary window will display.
- Enter a name for the dictionary.
- Click OK.
- Click Load Strings to populate the table with all of the controls that have strings that are set to Localizable. In the TranslatedText column, enter the text in the dictionary language.
- Create controls in a display or write a script to use the object called Client.Localization to configure the dictionary or dictionary options for the user. When the dictionary changes, the language changes throughout the application.
The alarm messages can also be included in the localization if the related check-box is set.
In 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.