From fb848f582b5c1d7d28e328a3d00849f0422686a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 20 Aug 2002 13:41:45 +0000 Subject: [PATCH] added mentions of internat sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/locale.tex | 3 ++- docs/latex/wx/ti18n.tex | 3 +++ docs/latex/wx/tsamples.tex | 11 +++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/locale.tex b/docs/latex/wx/locale.tex index efad35bee0..e19a83cc04 100644 --- a/docs/latex/wx/locale.tex +++ b/docs/latex/wx/locale.tex @@ -45,7 +45,8 @@ No base class \wxheading{See also} -\helpref{I18n overview}{internationalization} +\helpref{I18n overview}{internationalization},\\ +\helpref{i18n sample}{sampleinternat} \wxheading{Include files} diff --git a/docs/latex/wx/ti18n.tex b/docs/latex/wx/ti18n.tex index 9cc3af337b..7cfb9532c7 100644 --- a/docs/latex/wx/ti18n.tex +++ b/docs/latex/wx/ti18n.tex @@ -52,3 +52,6 @@ your wxWindows distribution. See also \helpref{Writing non-English applications}{nonenglishoverview}. It focuses on handling charsets related problems. +Finally, take a look at the \helpref{i18n sample}{sampleinternat} which shows +to you how all this looks in practice. + diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index e0b674aefd..2a92f1b4cc 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}\label{internationalization}. + \subsection{Layout sample}\label{samplelayout} The layout sample demonstrates the two different layout systems offered -- 2.45.2