applications.getApplicationLanguages
Syntax
bool applications.getApplicationLanguages ( int appid )Argument Info
Type | Description | |||
---|---|---|---|---|
none | application id |
Response
The response result on successful completion of the updating the langage data for the application.
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
Field | Description | Possible Values |
---|