Localization
The localization mechanisms embedded in the platform allow the use of different languages both in the development of the applied solution and in the work of users of the applied solution.
Localization of applied solutions
Several special configuration objects can be added to the configuration – Language. Then for any object of the model (reference book, document, etc.), fields, elements of the graphical interface, it will be possible to set its representation in each of these languages.
When the program starts, the system determines the language of the operating system interface and as a result, the user will see all the inscriptions in his own language. Also, through the “Service” menu, it is possible to explicitly set the language of the user interface.
Localization of GUI forms is performed according to the general rules in the Visual Studio environment – by adding localization resources to the forms.
Setting localization in the Designer
The Designer sets the number of supported languages.
The configuration items are set to the appropriate values in the specified languages.
Menu Items
Configuration objects (catalogs, documents, etc.)
Fields of objects (catalogs, documents, etc.)
Enums and their meanings
The result of this feature is a fully localized application
Localization into English.
Localization into Russian.
Arabic localization.
Localization into Chinese.