applications.updateApplicationLanguage
Syntax
bool applications.updateApplicationLanguage (
int appid,
string code,
array newValues )
Argument Info
Name | Type | Required | Default value | Description |
---|
appid | int | Required | none | application id |
code | string | Required | none | The language code: ie: 'en' |
newValues | array | Required | none | The values you wish to update for the language |
Fields
List of fields needed to update the language for of an application.
Name | Type | Description | Possible Values |
---|
appid | INT | The ID of the application you wish to update the language for. | INT |
code | INT | The language code: ie: 'en' for English. | 'en' |
newValues | ARRAY | The values you wish to update for the language. | newValues[code]=en&newValues[display_text]=English |
Response
The response result on successful completion of the updating the langage data for the application.
Name | Description | Success | Error |
---|
result | The response from the request. | 1 | <error><message>Invalid display_text: MID</message><type>FileMobile_Storage_FileNotFoundException</type><code>0</code></error> |
Return Values
Field | Description | Possible Values |
---|