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('it'),
Locale('ja'),
Locale('ko'),
Locale('nl'),
Locale('pt'),
Locale('ru'),
Locale('sv'),
Locale('th'),
Locale('vi'),
Locale('zh'),
Locale('zh', 'TW'),
];