supportedLocales constant
A list of this localizations delegate's supported locales.
Implementation
static const List<Locale> supportedLocales = <Locale>[
Locale('en'),
Locale('zh'),
Locale('zh', 'CN'),
Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'),
Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'),
Locale('zh', 'TW')
];