SUPPORTED_LANGUAGES top-level constant

Set<String> const SUPPORTED_LANGUAGES

Implementation

const Set<String> SUPPORTED_LANGUAGES = {
  'ar',
  'cs',
  'de',
  'en',
  'es',
  'fr',
  'hi',
  'it',
  'ja',
  'ko',
  'nl',
  'pt',
  'ru',
  'tr',
  'ur',
  'zh_CN',
  'zh_TW',
};