Results 1 to 3 of 3
Thread: Internationalization (I18N)
- 03-09-2010, 06:21 AM #1
Member
- Join Date
- Dec 2009
- Posts
- 2
- Rep Power
- 0
- 03-11-2010, 06:22 AM #2
Member
- Join Date
- Dec 2009
- Posts
- 2
- Rep Power
- 0
internationlization for hindi usin struts
Hi all
I am working on Java Struts Project,and want to display data in Hindi .PLZ tell me how can i implement this.here i attached sample example in that what modification required plz tell me.
Thanks and regards
Pocha.Last edited by pmreddy01; 03-11-2010 at 06:24 AM.
- 03-11-2010, 05:23 PM #3
Java supports I18N through .properties files. You create a file, such as text.properties, using the base language, say, English. You can then add more files, say, text_es.properties for Spanish. Java will use the Locale setting to determine which properties file to use. Look at the Sun Java Tutorial for details.
Similar Threads
-
File chooser internationalization problem
By Astghik in forum AWT / SwingReplies: 10Last Post: 01-14-2010, 06:44 PM -
Internationalization: Select language from combo box
By alejandrgarcia in forum AWT / SwingReplies: 0Last Post: 08-11-2007, 10:26 AM


LinkBack URL
About LinkBacks

Bookmarks