appLocale property

Locale? appLocale

Return the preferred Locale

Implementation

static Locale? get appLocale => toLocale(Prefs.getString('locale', 'en-US'));