applications.addApplicationLanguage

Syntax

bool applications.addApplicationLanguage ( int appid, string code, string display_text )

Argument Info

NameTypeRequiredDefault valueDescription
appidintRequirednoneapplication id
codestringRequirednoneThe language code: ie: 'en'
display_textstringRequirednoneThe display text of the language

Fields

List of fields needed to update the language for of an application

NameTypeDescriptionPossible Values
appidINTThe ID of the application you wish to update the language for.INT
codeINTThe language code: ie: 'en' for English.'en'
display_textINTThe language text used for display.'en'

Response

The response result on successful completion of the updating the langage data for the application

NameDescriptionSuccessError
resultThe response from the request.1<error><message>Invalid display_text: MID</message><type>FileMobile_Storage_FileNotFoundException</type><code>0</code></error>

Return Values

FieldDescriptionPossible Values