applications.deleteApplicationLanguage

Syntax

bool applications.deleteApplicationLanguage ( int appid, string code )

Argument Info

NameTypeRequiredDefault valueDescription
appidintRequirednoneapplication id
codestringRequirednoneThe language code: ie: 'en'

Fields

List of fields needed to delete the language for of an application.

NameTypeDescriptionPossible Values
appidINTThe ID of the application you wish to delete the language for.INT
codeINTThe language code: ie: 'en' for English.'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