Page Tree
Other Releases
Dictionaries are tables which are used to add functionality to your project. There are the following types of dictionaries:
Localization: allows the creation of translated texts so you can run your application in multiple languages.
Enumeration sets: connect a number with pre-defined strings.
Categories: organize your project's defined categories for Tags, Symbols, etc.
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.
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.
You can also use dictionaries to "translate" tag values to text. These dictionaries are called Enumeration Sets. For example, a device may have a value of 0 or 1 . Rather than display "0" or "1," you can display the strings "on" or "off."
To configure Enumeration sets:
You can create a dictionary of Categories to allow classification of engineering objects. Most configuration tables have the Category column, where you can apply one or more categories to that object.
The object categories can also be accessed during runtime (for filtering and other custom applications) from the Category property of the objects. A list is available of all the categories that are defined in the Project during runtime in the property Server.Categories.