ChangeLanguage / UpdateLanguage
Use this service to update a language.
Required Parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
language | Alphanumeric string |
The name of the language to be updated. Maximum length for strings is 10. These characters cannot be part of the language name: ._()|!/?@+=\\`'\"<>[]*&#$%{}^~ " |
Parameter Key | Value Type | Parameter Description |
---|---|---|
baseLanguage | Alphanumeric string |
The base language of the given language in parameter language, must be an existing language in langdef. Maximum length for strings is 10. |
isInstalled | Boolean |
This parameter indicates if the language is currently installed. Fixed values are TRUE or FALSE. |
isDialect | Boolean |
This parameter indicates if the language is a dialect. Fixed values are TRUE or FALSE. |
renderDirection | Alphanumeric string |
This parameter indicates if the language will be displayed from right to left, or left to right. Fixed values are RTL and LTR. |
XML Request Format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.
New format
<LANGUAGE language="XXX" ...new values.../>
Old format
<OLDLANGUAGE language="XXXX" ...old values.../>
<NEWLANGUAGE language="XXXX" ...new values.../>