menu
xfdn_design_system_admin package
documentation
helpers/localizations/language.dart
Language
getLocales static method
getLocales static method
dark_mode
light_mode
getLocales
static method
List
<
Locale
>
getLocales
(
)
Implementation
static List<Locale> getLocales() { return languages.map((e) => e.locale).toList(); }
xfdn_design_system_admin package
documentation
helpers/localizations/language
Language
getLocales static method
Language class