supportedLocales constant
A list of this localizations delegate's supported locales.
Implementation
static const List<Locale> supportedLocales = <Locale>[
Locale('ar'),
Locale('de'),
Locale('en'),
Locale('es'),
Locale('fr'),
Locale('hi'),
Locale('id'),
Locale('it'),
Locale('ja'),
Locale('ko'),
Locale('nl'),
Locale('pl'),
Locale('pt'),
Locale('tr'),
Locale('vi'),
Locale('zh'),
];