Appearance
Return
Setup different languages in your app
Add multiple languages so users can view your app in their preferred language.
Steps at a glance ​
- Open your app language settings.
- Add the languages you want.
- Add a language switcher in your interface.
- Test translations in preview.
1) Add app languages ​
- Open
Settingsin the editor. - Go to
App languages. - Add each language you want to support.
2) Add a language switcher ​
- Add a language selector element (or a dropdown).
- When the user changes language, switch the app language.
3) Translate your content ​
- Replace hard-coded text with translatable text wherever possible.
- Test pages where dynamic content is shown (for example buttons, form labels, errors).
Common pitfalls ​
Some pages stay in the default language ​
- Make sure the text on those pages uses translatable values (not plain text).

