Locale(String language, String country)
Locale(String language, String country, String variant)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor Locale(String language, String country):
Constructs a locale from language, and country. To create a locale that only identifies a language, use "" for the country.
constructor Locale(String language, String country, String variant):
Constructs a locale from language, country, and variant.