⟩ 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)
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)