X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..0f66923e84282a652b61cf33eefd910159bb62f2:/docs/latex/wx/tsamples.tex?ds=sidebyside diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index e0b674aefd..588932885d 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -272,6 +272,17 @@ specifying the foreground and background colours with bitmap is then converted to a wxImage and the foreground colour (black) is replaced with red using \helpref{wxImage::Replace}{wximagereplace}. +\subsection{Internat(ionalization) sample}\label{sampleinternat} + +The not very clearly named internat sample demonstrates the wxWindows +internatationalization (i18n for short from now on) features. To be more +precise, it only shows localization support, i.e. support for translating the +program messages in another language while true i18n would also involve +changing the other aspects of the programs behaviour. + +More information about this sample can be found in the {\tt readme.txt} file in +its directory. Please see also \helpref{i18n overview}{internationalization}. + \subsection{Layout sample}\label{samplelayout} The layout sample demonstrates the two different layout systems offered