How will you load a specific locale?

HI,

Please tell me how to load a specific locale in Java program.

Thanks
View Answers

October 5, 2010 at 5:14 PM

Hi Friend,

You can use ResourceBundle.getBundle("Locale.UK");

For more information, visit the following link:

http://www.roseindia.net/tutorials/I18N/resource-bundle.shtml

Thanks









Related Tutorials/Questions & Answers:
Advertisements