-
Ext User
ExtJs & package.properties file
Hi,
I am using ExtJs 2.0 with struts 2.0 framework. Is there any approach to implement the internationalization using conventional package.properties file of Java.
Please suggest an alternative approach if available or possible.
Thanks,
Scorpio Man
Last edited by ScorpioMan; 1 Feb 2008 at 7:07 AM.
Reason: No response
-
Ext User
.JSP and .js files
For .jsp(if you are using any in your app) files all Lables can be internationalized using package.properties.
For .js file internationalization, include the specific file(here it is for spanish)
<script type="text/javascript" src="../ext-2.2/build/locale/ext-lang-es.js" > </script>
In ext-lang-es.js file add all your lables need to be internationalized.
var out1_col1="Domingo";
use out1_col1 in your extjs grid/form labels.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules