Language bundles and display text

The language selector should switch the visible language, not display both languages at once. Keep the switch lightweight so it does not freeze the page.

Locale

Locale: Language bundles and display text

Language bundles let the runtime switch interface text without mixing Chinese and English on the same screen.

Language switching

The language selector should switch the visible language, not display both languages at once. Keep the switch lightweight so it does not freeze the page.

Language bundle import

Use the language namespace only where needed. Do not expose too many confusing namespaces to field users.

Plugin text fallback

In exported screens, language key, default text, and language bundle entries must have a clear fallback order so missing translations do not break the page.