Internationalization Localization Question:
Download Job Interview Questions and Answers PDF
Explain Locale in Java?
Answer:
Locale represents languages and cultural preferences of a geographic area. The locale class has 2 constructors such as
locale(string Language, string Country)
locale(string Language, string Country, string variant)
locale(string Language, string Country)
locale(string Language, string Country, string variant)
Download Internationalization Localization Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Java internationalization and Java localization? | Do you know what is resource bundles in Java? |