ImportTranslation

Description

Import a translated TranslationXML and merge it into the specified survey

Signature
void ImportTranslation(string key, string projectId, string translationXml)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

ID of the project

translationXml

string required

TranslationXML document

Response

Data Type Description

Example

var authoring = new AuthoringSoapClient();

authoring.ImportTranslation(clientKey, "p123123123", xml);