How to set an exhibitor's preferred language

How to set an exhibitor's preferred language

Use this guide when you need to set or change the default language for an exhibitor's profile. This controls the language used for platform notifications sent to the exhibitor.


⚠️ This field is global. default_lang is stored at the environment level. Updating it for an exhibitor in one event will cascade to every other event this exhibitor is attached to within the same data environment.


What you'll need before starting

What you need

Where to get it

Supported language codes

GET /api/v2/sessions/getLanguages — returns the languages configured for the event


Request

Bash
curl -X POST "https://your-event-domain.com/api/v2/exhibitor/set" \
  -H "Authorization: Bearer your_api_key_here" \
  -F "event_id=7" \
  -F "exhibitor_id=1200" \
  -F "default_lang=fr"

Notes

  • default_lang accepts an ISO 639-1 two-letter language code (e.g. en, fr, de, es)

  • The language must be one of the languages configured for the event — use the GET endpoint above to check which codes are valid

  • You can identify the exhibitor by exhibitor_id, external_id, or username