supportedLocales top-level constant

  1. @Deprecated('Use CountryLocalizations.supportedLocales instead.')
List<String> const supportedLocales

Importable list of supported locales.

Implementation

@Deprecated('Use CountryLocalizations.supportedLocales instead.')
const List<String> supportedLocales = [
  'en',
  'af',
  'am',
  'ar',
  'az',
  'be',
  'bg',
  'bn',
  'bs',
  'ca',
  'cs',
  'da',
  'de',
  'el',
  'es',
  'et',
  'fa',
  'fi',
  'fr',
  'gl',
  'ha',
  'he',
  'hi',
  'hr',
  'hu',
  'hy',
  'id',
  'is',
  'it',
  'ja',
  'ka',
  'kk',
  'km',
  'ko',
  'ku',
  'ky',
  'lt',
  'lv',
  'mk',
  'ml',
  'mn',
  'ms',
  'my',
  'nb',
  'nl',
  'nn',
  'no',
  'pl',
  'ps',
  'pt',
  'ro',
  'ru',
  'sd',
  'sk',
  'sl',
  'so',
  'sq',
  'sr',
  'sv',
  'ta',
  'tg',
  'th',
  'tk',
  'tr',
  'tt',
  'uk',
  'ug',
  'ur',
  'uz',
  'vi',
  'zh',
];