Prepare a Project for Multi-language Support
- Last UpdatedJul 18, 2023
- 1 minute read
To prepare a project for multi-language support, you need to consider the following procedures:
-
Defining the languages supported by a project
The Languages view in Plant SCADA Studio's Setup activity allows you to specify which local languages you would like a project to support. During compilation, a local language database is created for each language you define in this view.
-
Translating the language databases
Local language databases are used to define the translations from native language to local language. When a project is compiled, any text that is marked for translation is drawn into the supported language databases. You can then manually edit a databases to define the translations required for the specified language. Recompiling the project will then capture the translations you have input.
-
Marking text and alarm text for translation
Language change indicators are used to identify any text you would like translated at runtime.
Plant SCADA distinguishes between a project's native language (that is, the language used by the developer during configuration), and the local language (the language displayed to the end user). Based on this principle, any text marked with a language change indicator can be converted from native language to a local language at runtime.
See Mark Text for Translation and for alarm specific strings Mark Alarm Text for TransltionP.