]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/locale.tex
Manual fixes
[wxWidgets.git] / docs / latex / wx / locale.tex
index 2583c0a5387164bc47cab24ba08438061c597ef9..f0983603975cdec26df4a423da79e39a459cec6c 100644 (file)
@@ -10,6 +10,10 @@ of the strings used to the current language.
 
 No base class
 
+\wxheading{See also}
+
+\helpref{I18n overview}{internationalization}
+
 \wxheading{Include files}
 
 <wx/intl.h>
@@ -23,7 +27,7 @@ No base class
 This is the default constructor and it does nothing to initialize the object: 
 \helpref{Init()}{wxlocaleinit} must be used to do that.
 
-\func{}{wxLocale}{\param{const char }{*szName}, \param{const char }{*szShort = NULL}, \param{const char }{*szLocale = NULL}, \param{bool }{bLoadDefault = TRUE}}
+\func{}{wxLocale}{\param{const char }{*szName}, \param{const char }{*szShort = NULL}, \param{const char }{*szLocale = NULL}, \param{bool }{bLoadDefault = TRUE}, \param{bool }{bConvertEncoding = FALSE}}
 
 The parameters have the following meaning:
 \begin{itemize}\itemsep=0pt
@@ -34,6 +38,12 @@ directory prefix when looking for the message catalog files
 \item bLoadDefault may be set to FALSE to prevent loading of the message catalog
 for the given locale containing the translations of standard wxWindows messages.
 This parameter would be rarely used in normal circumstances.
+\item bConvertEncoding may be set to TRUE to do automatic conversion of message
+catalogs to platform's native encoding. Note that it will do only basic 
+conversion between well-known pair like iso8859-1 and windows-1252 or
+iso8859-2 and windows-1250. 
+See \helpref{Writing non-English applications}{nonenglishoverview} for detailed
+description of this behaviour.
 \end{itemize}
 
 The call of this function has several global side effects which you should