GET Languages

Returns the languages supported for translation
The Code for a language is used to specify the language when translating responses.
The Name for a language is suitable for display on a user interface.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Returns the languages supported for translation
The Code for a language is used to specify the language when translating responses.
The Name for a language is suitable for display on a user interface.

GetLanguagesToTranslateResponse
NameDescriptionTypeAdditional information
languages

List of supported languages

Collection of NaturalLanguage

Required

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.