http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / Speak Element / language Element
In This Topic
    language Element
    In This Topic
    Description
    A string representing the supported language code to speak the text in. The code must be present in the list of codes returned from the method GetLanguagesForSpeak.
    Namespace http://api.microsofttranslator.com/V2
    Type
    xs:string
    Diagram
    language Element
    Overview
    language optional xs:string
    A string representing the supported language code to speak the text in. The code must be present in the list of codes returned from the method GetLanguagesForSpeak.
    Source
    <xs:element minOccurs="0" name="language" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also