http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / AddTranslation Element / translatedText Element
In This Topic
    translatedText Element
    In This Topic
    Description
    A string containing translated text in the target language. The string has a maximum length of 2000 characters.
    Namespace http://api.microsofttranslator.com/V2
    Type
    xs:string
    Diagram
    translatedText Element
    Overview
    translatedText optional xs:string
    A string containing translated text in the target language. The string has a maximum length of 2000 characters.
    Source
    <xs:element minOccurs="0" name="translatedText" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also