Answers

Question and Answer:

  Home  Internationalization Localization

⟩ Explain Locale in Java?

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)

 146 views

More Questions for you: