Locale.
Locale(language: String, region: String)
language
String
region
fun toLocalePosix(): String
@JvmStatic fun makeLocale(localeStr: String): Locale?
Creates a locale from a string representation in the form of LanguageTag or POSIX.
localeStr
Locale?
val language
Language code described in the ISO 639-1 standard.
val region
Country code described in the ISO 639-1 standard.