applications.getApplicationLanguages

Syntax

bool applications.getApplicationLanguages ( int appid )

Argument Info

NameTypeRequiredDefault valueDescription
appidintRequirednoneapplication id

Response

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

NameTypeDescription
resultARRAYThe response from the request.
array = (
   'default' => 'en',
   item => array ( 'appid'=>218, 'code'=>'en', 'display_text'=>'English', 'disabled'=>0),
   item => array ( 'appid'=>218, 'code'=>'fr', 'display_text'=>'French', 'disabled'=>1 )
)

Return Values

FieldDescriptionPossible Values