getDefaultIntlLocale static method

IntlLocale getDefaultIntlLocale()

Implementation

static IntlLocale getDefaultIntlLocale() {
  return IntlLocale.code(getDefaultLocale()!);
}