Skip to main content

Languages

Go to Super Admin โ†’ System โ†’ Languages.

The Languages page controls which languages are available in the platform language switcher. Adding a language here makes it selectable without any code deployment or file editing.


Language Tableโ€‹

ColumnDescription
FlagEmoji flag for the language
CodeISO language code (e.g. en, fr, de, pt-br)
Native NameLanguage name in its own script (e.g. Franรงais, ฮ•ฮปฮปฮทฮฝฮนฮบฮฌ)
English NameLanguage name in English (for admin display)
OnWhether the language is enabled in the switcher
RTLRight-to-left layout for Arabic, Hebrew, Persian, Urdu
DefaultThe language new visitors land in
Admin UIWhether the admin panel has translated strings for this locale

Admin UI Coverageโ€‹

BadgeMeaning
ShippedLanguage is fully built into the app
InstalledLanguage files are present in lang/{code}/
English fallbackNo language files โ€” admin panel renders in English for this locale

The Admin UI column only affects the admin panel. The marketing site (Landing Page + Static Pages) uses per-locale translations you enter directly in the editors.


Adding a Languageโ€‹

  1. Click New Language.
  2. Fill in the fields:
FieldDescription
CodeLowercase ISO tag: en, fr, de, zh-tw, pt-br
Native NameWritten in the language itself. Shown in the language switcher.
English NameOptional. Shown in this admin list.
FlagPaste an emoji flag. Leave blank for a globe icon.
Sort OrderLower = earlier in the switcher.
EnabledEnable to show in switcher; disable to hide without deleting.
Right-to-leftEnable for Arabic, Hebrew, Persian, Urdu.
DefaultMakes this language the default for new visitors. Only one language can be default.
  1. Click Save.

Setting the Default Languageโ€‹

Use the Make Default quick-action button on any enabled language row to set it as default. This clears the default flag on the previous default language automatically.


Deleting a Languageโ€‹

Deleting a language removes it from the switcher but preserves all per-locale content typed in the Landing Page Editor and Static Pages. Re-adding the language restores the content.

The default language cannot be deleted โ€” set a different default first.