These features are supported in the release 4.2 (or newer)


How to add support for a new language

VitaraCharts editors, out-of-the-box, are available in English, German, French and Spanish. If you need support for additional local languages, it is possible to do so on your own. Here are the steps

  • Create a file MessageBundle_<languagecode>_<regioncode>.txt in directory /VitaraCharts/custom/

    Example: For “fr-fr” as user language, 
    file name should be: MessageBundle_fr_fr.txt
    
  • 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

    Format: \<English_String\>=\<Translated_String\>
    Example: Cell=Zelle
    

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