Bing Translator Web Service
Bing Translator Web Service / All Operations Resource Group / /V2/Soap.svc/GetLanguageNames (Method)
In This Topic
    Method/V2/Soap.svc/GetLanguageNames
    In This Topic
    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

    NameDescriptionData Type
     xml:string
     xml:string
     ArrayOfstring
     xml:boolean
    useSpokenVariant Element string Element Sequence languageCodes Element locale Element appId Element Sequence GetLanguageNames Element

    Overview

    Sequence
    appId optional xs:string
    A string containing "Bearer" + " " + access token.
    locale optional xs:string
    A string representing a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code to localize the language names or a ISO 639 lowercase culture code by itself.
    languageCodes optional ArrayOfstring Complex Type
    A string array representing the ISO 639-1 language codes to retrieve the friendly name for.
    Sequence
    string 0..∞ xs:string
    useSpokenVariant optional xs:boolean
    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

    NameDescriptionData Type
     ArrayOfstring
    string Element Sequence GetLanguageNamesResult Element Sequence GetLanguageNamesResponse Element

    Overview

    Sequence
    Sequence
    string 0..∞ xs:string
    See Also