summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/i18n.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/i18n.qdoc')
-rw-r--r--examples/widgets/doc/src/i18n.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/i18n.qdoc b/examples/widgets/doc/src/i18n.qdoc
index 69b458c882..068995fc90 100644
--- a/examples/widgets/doc/src/i18n.qdoc
+++ b/examples/widgets/doc/src/i18n.qdoc
@@ -32,7 +32,9 @@
\brief The Internationalization (I18N) example demonstrates Qt's support for translated
text. Developers can write the initial application text in one language, and
- translations can be provided later without any modifications to the code.
+ translations can be provided later without any modifications to the code. It also
+ demonstrates how to detect the system language settings and show the UI in the appropriate
+ language.
\image i18n-example.png
*/