shortLocale method Null safety
- String aLocale
Return the short version of a locale name, e.g. 'en_US' => 'en'
Implementation
static String shortLocale(String aLocale) => helpers.shortLocale(aLocale);
Return the short version of a locale name, e.g. 'en_US' => 'en'
static String shortLocale(String aLocale) => helpers.shortLocale(aLocale);