Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

  • 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 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.

  <language>
     <lang>Tamil</lang>
     <country>India</country>
     <localeID>ta_IN</localeID>
     <selected>false</selected>
  </language>
  • Rebuild the war file and deploy it in JBoss/Tomcat deploy folder.

  • The newly added language file will be processed and shown in the languages list in Oviyam’s - Settings - Preferences Page.

  • No labels