/
language_list ()

language_list ()

Function prototype

language_list ([extended])

API Version

All

Supported interfaces

SOAP, REST (Since API Version 2.7.29)

Description

Returns a list of supported languages

Input parameters:

  • extended: (default: false) If true, the list will include variants of a language (e.g. “es_ES”), otherwise, only the main languages 2 letter ISO Code will be returned (eg: “es”)

Output parameters:

  • result: List of languages. The information provided for each item is

    • code: description 1

    • formal_name: Name of the language in english (e.g. “Chinese”)

    • native_name: Name of the language in the native language (e.g. “中文”)

  • ErrorMsg: If any error occurs, then this value contains a description of the error translated to the current language

  • ErrorCode: If any error occurs, then this value contains any of the standard ERROR CODES

Request example

language_list ()

Response

The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API

Return Error codes

ERROR CODE

 

ERROR CODE

 

 

 

 



Related content