Localization

The Localization section of the API allows you to easily manage the localization settings for your application. Localization is the process of adapting your application to different languages, regions, and cultures, making it accessible to a global audience. This includes reading language preferences, date and time formats, currency formats, and other regional settings. By leveraging the Localization API, you can enhance the accessibility and usability of your application, allowing users from different parts of the world to interact with your product effectively.

In general: Every request should be made with the desired user language by sending the language via the Accept-Language attribute of the request header.

Typical and supported use cases are:

  • Get resource data like texts

  • Get supported system languages

Endpoints#endpoints