Skip to content

Localization

Enterprise subscription only

Language localization is only enabled in Enterprise subscriptions

Localization

Some charts might be rendered for customers over various location with different currency and localization requirements. iclocale is a query parameter to specify in what localization the chart should be rendered.

It allows you to modify, depending on its location, the location of the country's currency sign.

Syntax

iclocale=<locale>

  • <locale> Currently supported values are: en, fr, de. Need another locale ? Contact us

Example

In the example below, the position of the currency sign will be first with iclocale=en and behind with iclocale=fr and iclocale=de. Also not the variations in thousands and decimal separators.

The chart below has a english locale:

iclocale=en

chart

Here is another chart localized for French:

iclocale=fr

chart

... and another one for Deutsch:

iclocale=de

chart