ITMSFNCCustomCloudTranslation.GetTranslatePostData Method
Builds the request body for a translate request.
API unit family: TMSFNCCloudTranslation
Declaring type: ITMSFNCCustomCloudTranslation
Syntax
function GetTranslatePostData(AText: TStringList; ALanguage: string; PostDataBuilder: TTMSFNCCloudBaseRequestPostDataBuilder): string;
Parameters
| Name | Description |
|---|---|
AText |
Text lines to translate. |
ALanguage |
Target language code. |
PostDataBuilder |
Builder used to compose the request body. |
Returns
The serialized post data.