[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| Name | Description | Type | |
|---|---|---|---|
| Collection of string | |||
| string | |||
| boolean |
Response Formats
application/json, text/json
Sample:
{
"locales": [
"sample string 1",
"sample string 2"
],
"currencySymbol": "sample string 1",
"enabled": true
}