parse static method
Returns the enum type of the raw locale. Fallbacks to base locale.
Implementation
static TDeskAppLocale parse(String rawLocale) {
return _selectLocale(rawLocale) ?? _baseLocale;
}
Returns the enum type of the raw locale. Fallbacks to base locale.
static TDeskAppLocale parse(String rawLocale) {
return _selectLocale(rawLocale) ?? _baseLocale;
}