Language Consept
Language Concept¶
You or your end-customer might need to support different languages on his/her website. The Usercentrics API supports creating/updating settings in different languages via the language field. When working with languages, please note the following:
- The language field expects a language code in ISO 639-1 format (e.g. "de" for German)
- The language of a translatable field (e.g. a category name) must match the language you specify in the language field
- The system will always create an English setting for you, which is used as a fallback language. If other languages are required they need to be enabled explicitly to enabled multiple languages file
- Each language is represented as its setting document. Therefore you might retrieve the same
settingId
multiple times when fetching settings using some Query operation.