functions/languages library
Functions
-
languages(
{String? baseLanguage, Iterable< LanguageScope> ? scopes}) → Future<Result< LanguageList, AzureTranslationError> > -
Returns a list of supported languages for translation, transliteration, and
dictionary lookup.
scopescan be omitted, in which case all three scopes will be returned.baseLanguagecan optionally be provided, and the names of returned languages will be translated into it.