Internationalization in a website
Posted
by bhardwaj
on Stack Overflow
See other posts from Stack Overflow
or by bhardwaj
Published on 2010-02-02T10:18:47Z
Indexed on
2010/03/16
23:01 UTC
Read the original article
Hit count: 598
java
|internationalization
Dear All,
I m using ResourceBundle method getBundle(Propertyfilename,Local.languagename) class which returns an object of ResourceBundle of the local
rb = ResourceBundle.get Bundle("Locale Strings", Locale.ARABIC);-Not Supported
How can i use this to support arabic,band english.
© Stack Overflow or respective owner