Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a new language file copying the base content from Bundle.js and update the equivalent language content. For Eg. Bundle_ta_IN.js.

  • Copy this new file in to Oviyam2/js/i18n/Bundle_ta_IN.js

  • Add this new language file details information like country, language and locale ID in oviyam2/WEB-INF/classes/conf/oviyam2-7-config.xml configuration file under languages section.

The locale id and bundle suffix should match. Eg. locale id “ta_IN” for “Bundle_ta_IN.js”.

Eg.

Code Block
  <language>
     <lang>Tamil</lang>
     <country>India</country>
     <localeID>ta_IN</localeID>
     <selected>false</selected>
  </language>

...