summaryrefslogtreecommitdiffstats
path: root/examples/linguist/doc/src/i18n.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/linguist/doc/src/i18n.qdoc')
-rw-r--r--examples/linguist/doc/src/i18n.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/linguist/doc/src/i18n.qdoc b/examples/linguist/doc/src/i18n.qdoc
new file mode 100644
index 000000000..a356b09d0
--- /dev/null
+++ b/examples/linguist/doc/src/i18n.qdoc
@@ -0,0 +1,20 @@
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \example i18n
+ \ingroup examples-linguist
+ \examplecategory {User Interface Components}
+
+ \title I18N Example
+
+ \brief Demonstrates Qt's support for translated text.
+
+ 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. It also
+ demonstrates how to detect the system language settings and show the UI in the appropriate
+ languages.
+
+ \image linguist-i18n.png
+*/