v3

latestSwagger 2.02026-07-1363357.2 KB

Gets the set of languages currently supported by other operations of the Translator.

Gets the set of languages currently supported by other operations of the Translator.

get/languages

Query parameters

scopestring

A comma-separated list of names defining the group of languages to return. Allowed group names are: translation, transliteration and dictionary. If no scope is given, then all groups are returned, which is equivalent to passing scope=translation,transliteration,dictionary. To decide which set of supported languages is appropriate for your scenario, see the description of the response object.

api-versionstring required

Mandatory API version parameter

Headers

X-ClientTraceIdstring

A client-generated GUID to uniquely identify the request.

Accept-Languagestring

The language to use for user interface strings. Some of the fields in the response are names of languages or names of regions. Use this parameter to define the language in which these names are returned. The language is specified by providing a well-formed BCP 47 language tag. For instance, use the value fr to request names in French or use the value zh-Hant to request names in Chinese Traditional. Names are provided in the English language when a target language is not specified or when localization is not available.

If-None-Matchstring

Passing the value of the ETag response header in an If-None-Match field will allow the service to optimize the response. If the resource has not been modified, the service will return status code 304 and an empty response body.

Response

The request has succeeded.

translationobject

Languages that support translate API.

transliterationobject

Languages that support transliteration API.

dictionaryobject

Languages that support dictionary API.