summaryrefslogtreecommitdiff
path: root/examples/linguist/doc/src/i18n.qdoc
blob: 769086461cef62973c3d3fd2f4c790685ef1bca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example i18n
    \title I18N Example
    \ingroup examples-linguist
    \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
*/