|
APIServer.Language.UpdateLanguage
| Field | Variable | ...as | Description |
|---|---|---|---|
| LanguageCode | UpdateKey | Input | The unique identification of the language |
| SiteKey | UpdateKey | Input | Specifies the site the language belongs to. |
| LanguageDescription | UpdateData | Input | The name/description of the language - this is the text that will normally be used in lists and drop down boxes. |
| ImagePath | UpdateData | Input | Specifies where an image file (e.g. a national flag) that can be used to select the language is stored. |
| LanguageCharacterSet | UpdateData | Input | The encoding that will be used when the language is selected. |
| NumberOfErrors | Error | Output | If the validation has returned any error messages in the ErrorArray variable, this parameter will specify how many texts are available in the array. |
| ErrorMessage | ErrorArray(10) | Output | Any textual descriptions of validation errors that the API has returned. The number of texts available are specified by the parameter NumberOfErrors. |
Updates the language information for the specified language/site.