Localizations
Example
A Localization will be represented by the localization service
as a JSON-object of the following form:
With key
being a unique string to identify the localization, and text
being an array of possible translations of the localization into different languages.
Usage
The localization service
allows for the basic CRUD operations on localizations, as wel as retrieving available languages. For more information consult the API Reference (opens new window).
Specific case: retrieving a bulk of translated keys
It's also possible to request localizations of multiple keys in a specified languages. The default language (EN
) is always included as a fallback in case there is no translation available for the specified language.
Request
POST /request
Response
Last updated