getLocale static method

Locale getLocale()

Returns Locale


Implementation

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