supportedLocales property

Map<String, Locale> supportedLocales
getter/setter pair

Implementation

static Map<String, Locale> supportedLocales = {
  'Tiếng Việt': Locale('vi', 'VN'),
  'English(US)': Locale('en', 'US'),
};