kStreamChatSupportedLanguages top-level constant

Set<String> const kStreamChatSupportedLanguages

The set of supported languages, as language code strings.

The GlobalStreamChatLocalizations.delegate can generate localizations for any Locale with a language code from this set.

See also:

  • getStreamChatTranslation, whose documentation describes these values.

Implementation

const kStreamChatSupportedLanguages = {
  'en',
  'hi',
  'fr',
  'it',
  'es',
  'ca',
  'ja',
  'ko',
  'pt',
  'de',
  'no',
};