canonicalizedLocale static method

String canonicalizedLocale(
  1. String locale
)

Intl function

Implementation

static String canonicalizedLocale(String locale) {
  return Intl.canonicalizedLocale(locale);
}