Platform-independent locale.
A locale.
On the JVM, this maps to java.util.Locale. On Apple platforms, this maps to NSLocale.
java.util.Locale
NSLocale
Gets the current Locale.
On the JVM, the Category is not used in order to support older Android versions.
Category
Converts an IETF BCP 47 language tag, such as "en-US" or "de-DE", to a Locale.