Localization
These features are supported in the release 4.2 (or newer)
How to add support for a new language
VitaraCharts editors are accessible in English, German, French, and Spanish out of the box. It is possible to add support for new local languages on your own. The steps are as follows:
Create a file MessageBundle_<languagecode>_<regioncode>.txt in directory /VitaraCharts/custom/
Copy the content from file VitaraCharts/custom/MessageBundle_en_us.txt in newly created file (MessageBundle_<languagecode>_<regioncode>.txt)
Add the respective translation for English string separated by “=” operator
Preference Order for how lanugage resources are loaded
Language with regional Code (MessageBundle_fr_fr.txt )
Language Only (MessageBundle_fr.txt )
Default (MessageBundle_en_us.txt)
NOTE : If the translation for some keys are missing in the file then those keys will be displayed in English Language in the Property Editor
Last updated