Live demo — this example is server-driven; run the showcase locally for the interactive version.

Internationalization

This page's text comes from Qute message bundles. The active locale is chosen per request, so the same template renders in any language.

Examples

Skip to content

Current language: English

Profile

Hello! This text is localized.

Documentation

Usage

Qute message bundles. Every string on this page — title, intro, buttons, even the demo skip link — resolves through {msg:...} from a @MessageBundle interface, with an English default and a French _fr variant. A LocaleResolver reads the ?lang query parameter to pick the bundle per request — switching language is a plain link, no client-side i18n runtime.