Method | /V2/Soap.svc/GetLanguageNames |
Description
Retrieves friendly names for the languages passed in as the parameter languageCodes, and localized using the passed locale language.
Request (LanguageService_GetLanguageNames_InputMessage)
The request body is of type GetLanguageNames.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
appId | xml:string | |
locale | xml:string | |
languageCodes | ArrayOfstring | |
useSpokenVariant | xml:boolean |

Overview
![]() |
|
Response (LanguageService_GetLanguageNames_OutputMessage)
The response body is of type GetLanguageNamesResponse.
A string array containing the friendly language names of the passed languageCodes.Response Body Parameters
Name | Description | Data Type |
---|---|---|
GetLanguageNamesResult | ArrayOfstring |

Overview
![]() |
|
See Also