UpdatePhraseTranslation

Use this action to update a phrase translation.

Required parameters

Parameter Key Value Type Parameter Description
language Alphanumeric string

The language name.

This is a key field. Cannot be blank. Records with blank languages are the default language titles.

Maximum length for strings is 10.

phrase Alphanumeric string

The descriptive text present in a form.

This is a key field.

Maximum length for strings is 50.

Optional parameter

Parameter Key Value Type Parameter Description
token Alphanumeric string

The token name, program code or form ID.

This is a key field.

Maximum length for strings is 10.

actualSize Integer

You must specify the actual size of the phrase.

This is an optional field.

Maximum length for strings is 50.

shortPhrase Alphanumeric string

The translations you want to appear when the form has lesser space allotted for the phrase

This is an optional field.

Maximum length for strings is 50.

shortSize Integer

Specify the short translation size of the phrase.

This is an optional field. Should be set to 1 when shortPhrase is empty. Value range is 1-50.

Maximum length for strings is 50.

longPhrase Alphanumeric string

The translations you want to appear when the form has more space allotted for the phrase

This is an optional field. Value range is 1-50.

Maximum length for strings is 50.

longSize Integer

Specify the long translation size of the phrase.

This is an optional field.

Maximum length for strings is 50.

isExtended Boolean

If set to TRUE, this parameter will use the long phrase translation.

This is an optional field.

XML request format

Format of the request XML payload for GET method calls. Note that these must always be wrapped by <ACTION> nodes.

<PHRASEXLT language="TESTLANG" token="" phrase=" Account" longPhrase=" LngAcct" shortPhrase=" ShortAcct" >
</PHRASEXLT>