getLocale method

Gets the current locale.

This exposes the "raw" locale. LocaleSettings will convert this to the actual enum value which is also supported by the app.

Implementation

BaseAppLocale getLocale() {
  return _currLocale;
}