Supported languages
| Language | Locale code |
|---|---|
| English | en |
| French | fr |
| French (Canadian) | fr-ca |
| German | de |
| Spanish | es |
| Italian | it |
| Dutch | nl |
| Polish | pl |
| Portuguese (Brazilian) | pt-br |
Overriding the locale
You can override the automatic locale detection by including thelocale field in the track action request payload.
The locale value will be included in the pre-built UI URL automatically.
This is useful when:
- Your application already knows the user’s preferred language
- You want to ensure a consistent language regardless of the user’s browser settings
The
locale field only accepts values from the supported languages list above.
If an unsupported value is provided, it will be ignored and the pre-built UI will fall back to browser-based detection.
