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. scopes can be omitted, in which case all three scopes will be returned. baseLanguage can optionally be provided, and the names of returned languages will be translated into it.