Medos Booking Docs
Advanced

i18n & languages

Supported languages and how the widget picks one.

The widget is fully translated into eight languages. Language detection is automatic — the widget reads the browser's navigator.language and picks the best match.

Supported languages

LocaleLanguage
en-USEnglish (United States)
en-GBEnglish (United Kingdom)
en-INEnglish (India)
hiHindi
teTelugu
urUrdu (right-to-left)
arArabic (right-to-left)
frFrench

Detection

The widget's i18next setup uses a browser detector that reads (in order):

  1. navigator.language
  2. navigator.languages
  3. Falls back to en-US if nothing matches.

RTL support

ar and ur are right-to-left. The widget automatically flips its layout direction — no configuration required.

Overriding the language

Language override isn't currently exposed through the CDN options. If you need to force a specific language for kiosk or embedded use, contact the platform team — we're tracking this as a future config option.

On this page