Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Retrieves the list of all languages defined in the platform with code, title and ancillary properties. 

URL

(GET) /settings/languages

PARAMETERS

The method has no parameters.


RESULTS

The result is a JSON array with one element per language:

locLanguage code such as "en-GB", "es"...string
nameName of language in English or the interface language selected by the current user.string
locbLanguage part of the code. If "loc" is "en-GB" then "locb" is "en".string
rtlBoolean. True if language is written right to left.bool
wccharBoolean. True if word counting is character based: Japanese, Chinese, ...bool

 

EXAMPLES

The following example is for a manager user accessing a job which is proposed to him/her. As a manager, the user has management level actions as well.

 

 

 

 

  • No labels