Settings
Language Switch on Toolbar
This setting controls whether a language selector appears in the frontend toolbar.
⚠️ This setting affects frontend only – the editor (backend) remains unchanged.
How It Works
When “Language Switch on Toolbar” is enabled, a dropdown appears in the frontend that allows users to switch the language at runtime – without restarting the app.
Supported Languages
The following languages are preconfigured and include the necessary fonts:
- English (en)
- German (de)
- Chinese (cn)
- Turkish (tr)
These languages require no manual installation – fonts are preloaded in the system.
Add a Custom Language (optional)
To add additional languages:
- Go to Settings > Languages > Countries
- Click the “Add +” button
- Upload the required font file
- The new language appears in the dropdown list
Display in Frontend
When enabled, the toolbar shows a small dropdown like this:
[code_block_0]
Depending on the theme, it may display short codes, flags, or full names – the default is short codes.
Things to Know
- This setting only toggles the dropdown display – not the language list itself.
- Supported languages and fonts are configured globally in the project, not here.
- The selected language is stored locally in the browser, even after reload.