The translation call is only relevant to customers who also have a website set up using iVectorConnect. The call returns any custom translations set up in the system. These translations are set up outside iVectorConnect to match any web content that needs to be translated across websites for different locations.
For more details on the translations module, see our iVector documentation.
The structure of the XML will be:
The structure of the XML will be:
<TranslationRequest>
<LoginDetails>
<Login>TestLogin</Login>
<Password>TestPassword</Password>
</LoginDetails>
<LanguageID>4</LanguageID>
<Group>Search Tool</Group>
<Key>When are you travelling?</Key>
<SubKey></SubKey>
</TranslationRequest>
<TranslationResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
<TranslationAvailable>true</TranslationAvailable>
<TranslationText>Når vil du reise?</TranslationText>
</TranslationResponse>