summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
authorJing Bai <jing.bai@digia.com>2012-12-11 15:20:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-12 23:34:19 +0100
commite1cbc8c68f5c88038b4f88f1b852fe36f8c78b45 (patch)
tree568f8b7b8871e5a07ca4b8e919e21bbe30b75a60 /examples/widgets/doc
parent6797413db25b54638c879020e2af552f6e61bcf6 (diff)
add auto-detect system language in i18n example
It makes this example more complete since we move linguist related examples into qttools Task-number: QTBUG-28434 Change-Id: Ic6bbbd2702b5a0a304b5e8ce59da37ef95e4b42e Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'examples/widgets/doc')
-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 ae97a4869b..07bbee6aed 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
*/