http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / GetLanguagesForTranslateResponse Element
In This Topic
    GetLanguagesForTranslateResponse Element
    In This Topic
    Namespace http://api.microsofttranslator.com/V2
    Diagram
    string Element Sequence GetLanguagesForTranslateResult Element Sequence GetLanguagesForTranslateResponse Element
    Overview
    Source
    <xs:element name="GetLanguagesForTranslateResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="GetLanguagesForTranslateResult" nillable="true" type="q7:ArrayOfstring" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also