Page tree


If the API changes in an incompatible manner this is listed explicitly in the "important release notes" section of each releases changelog.

Provides access to the languages available in the application.

URL:

/editor/language/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

-

Resource Layout

Name

Type

Info

id

int

GET only

langName

string

A human readable name of the language

lcid

int

The lcid for that language.

rfc5646

string

The rfc5646 representation (for example "en-gb")

rtl

boolean

Defines if the language should be rendered from right to left in the editor.

iso6393

string

The iso6393 representation of the language

localizedName

string

Localized name of the language (ex: German / Deutsch )
  • No labels