[GET] ~/uiconfig/i18n

Gets i 18n.

Request Information

URI Parameters

None.

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

The i 18n.

An instance of: I18nConfiguration
NameDescriptionType
Locales

Collection of string

CurrencySymbol

string

Enabled

boolean

Response Formats

application/json, text/json

Sample:
{
  "locales": [
    "sample string 1",
    "sample string 2"
  ],
  "currencySymbol": "sample string 1",
  "enabled": true
}