http://api.microsofttranslator.com/V2
GetLanguageNames Element
http://api.microsofttranslator.com/V2 : GetLanguageNames Element
Namespace http://api.microsofttranslator.com/V2
Diagram
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
Source
<xs:element name="GetLanguageNames" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="appId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="locale" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="languageCodes" nillable="true" type="q4:ArrayOfstring" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:element minOccurs="0" name="useSpokenVariant" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://api.microsofttranslator.com/V2