applications.updateTranslatorLanguageDefault

Syntax

bool applications.updateTranslatorLanguageDefault ( int appid, string default )

Argument Info

NameTypeRequiredDefault valueDescription
appidintRequirednoneThe id of the application.
defaultstringRequirednoneThe 2-character default language code for the application : ie: 'en'.
Note: This MUST be one of the choices of the localization values in the application.

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 default: 'eg' is not one of the localization code choices </message><type> FileMobile_InvalidArgumentException </type><code>0</code></error>

Return Values

FieldDescriptionPossible Values