Method | /V2/Soap.svc/Translate |
Description
Translates a text string from one language to another.
Request (LanguageService_Translate_InputMessage)
The request body is of type Translate.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
appId | xml:string | |
text | xml:string | |
from | xml:string | |
to | xml:string | |
contentType | xml:string | |
category | xml:string | |
reservedFlags | xml:string |

Overview
![]() |
|
Response (LanguageService_Translate_OutputMessage)
The response body is of type TranslateResponse.
Response Body Parameters
Name | Description | Data Type |
---|---|---|
TranslateResult | xml:string |

Overview
![]() |
|
See Also