# i18n Demo displays translated text and switches locale with key presses. ```{raw} html ▶ Run in browser ``` **Tags:** `ui` Shows a greeting, item count, and instructions in multiple languages. Press 1-4 to switch between English, French, Japanese, and Arabic. Run: uv run python examples/features/ui/i18n.py ## Source ```{literalinclude} ../../examples/features/ui/i18n.py :language: python :linenos: ```