docs(web): clarify control ui language picker

This commit is contained in:
Vincent Koc
2026-04-06 02:44:15 +01:00
parent bf269e7b67
commit 33b4b76a53
2 changed files with 5 additions and 1 deletions

View File

@@ -73,7 +73,9 @@ you revoke it with `openclaw devices revoke --device <id> --role <role>`. See
## Language support
The Control UI can localize itself on first load based on your browser locale, and you can override it later from the language picker in the Access card.
The Control UI can localize itself on first load based on your browser locale.
To override it later, open **Overview -> Gateway Access -> Language**. The
locale picker lives in the Gateway Access card, not under Appearance.
- Supported locales: `en`, `zh-CN`, `zh-TW`, `pt-BR`, `de`, `es`, `ja-JP`, `ko`, `fr`, `tr`, `uk`, `id`, `pl`
- Non-English translations are lazy-loaded in the browser.

View File

@@ -91,3 +91,5 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel.
- No shared secret configured: `openclaw doctor --generate-gateway-token`
- In the dashboard settings, paste the token or password into the auth field,
then connect.
- The UI language picker is in **Overview -> Gateway Access -> Language**.
It is part of the access card, not the Appearance section.