/
How to add support for new languages
How to add support for new languages
Create a new language file copying the base content from Bundle.js and update the equivalent language content.
Copy this new file with locale_id as the suffix, for eg. “Bundle_ta_IN.js” under Oviyam2/js/i18n folder.
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.
Related content
Oviyam Installation
Oviyam Installation
More like this
Launching Oviyam from other programs
Launching Oviyam from other programs
Read with this
Bypassing the Query screen
Bypassing the Query screen
Read with this
Installation dcm4chee 2.18.3
Installation dcm4chee 2.18.3
More like this
History
History
More like this