Qt Linguist Examples
Internationalization is a core feature of Qt. These examples show how to access translation and localization facilities at run-time.
Understanding the Qt Linguist contexts concept and using two or more languages. | |
Translating a small Hello World program to Latin. | |
Demonstrates Qt's support for translated text. | |
The example shows best practices for using Qt's translation and localization features in CMake and Qt Quick including the handling of plurals in different languages, and localized time and date formats. | |
The example demonstrates best practices for using Qt's translation and localization features in CMake and Qt Quick, in particular changing the language of an application during runtime. It extends the simpler Localized Clock Example. | |
Generating translation files (TS and QM) for a Qt Quick application | |
Updating translations for later releases. |