LocalizationΒΆ

Certain resources content is localized using content negotiation based on the Accept-Language header.

For example, the GET /api/v1/regions resource will return localized name if a language is specified through the aforementioned header.

Note

If the Accept-Language header is not provided the current locale will be determined from the authenticated user language if defined.