blob: 3f31627ca1bcde742529594e5f20d16c9835fd0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
/*
*/
/*! \page i18n-example.html
\ingroup examples
\title Internationalization
This example shows how to internationalize applications. Start it with
<pre># i18n de</pre>
to get a german version and with
<pre># i18n en</pre>
to get the english version.
Refer also to <a href="i18n.html">the internationalization documentation</a>.
<hr>
Header file:
\include i18n/mywidget.h
<hr>
Implementation:
\include i18n/mywidget.cpp
<hr>
Main:
\include i18n/main.cpp
*/
|