AppLocaleUtilsExt<E extends BaseAppLocale<T>, T extends BaseTranslations> extension

on

Methods

parse(String rawLocale) → E

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Parses the raw locale to get the enum. Fallbacks to base locale.
parseAppLocale(BaseAppLocale<BaseTranslations> locale) → E

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Gets the E type of locale.
parseLocaleParts({required String languageCode, String? scriptCode, String? countryCode}) → E

Available on BaseAppLocaleUtils<E, T>, provided by the AppLocaleUtilsExt extension

Finds the locale type E which fits the locale parts the best. Fallbacks to base locale.