home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
qt3_emx.zip
/
examples
/
i18n
/
i18n.doc
< prev
next >
Wrap
Text File
|
2001-10-11
|
514b
|
36 lines
/*
$Id$
*/
/*! \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
*/