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 >
Text File  |  2001-10-11  |  514b  |  36 lines

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