getLocale static method
Returns Locale
Implementation
static Locale getLocale() {
return Locale(
getLanguageCode(),
getCountryCode(),
);
}
static Locale getLocale() {
return Locale(
getLanguageCode(),
getCountryCode(),
);
}