Localization & Multi-Language (X-Locale)

The Deskbolic API natively supports 7 international languages. Error messages, validation feedback, and localized attributes are returned in the requested language.

Supported Locales

  • en: English (Default)
  • de: German (Deutsch)
  • es: Spanish (Español)
  • fr: French (Français)
  • pt-BR: Portuguese - Brazil (Português)
  • ar: Arabic (العربية) - RTL supported
  • ko: Korean (한국어)

Specifying Locale Header

Pass the X-Locale header with any API request:

curl -H "X-Api-Key: YOUR_API_KEY" \
-H "X-Locale: de" \
https://api.deskbolic.com/v1/conversations