X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a67eeac3def703ca733305d107088ec01c8cbc2..15f43e762c01635eec4d6a840e9a6f7c941e39cb:/docs/latex/wx/locale.tex diff --git a/docs/latex/wx/locale.tex b/docs/latex/wx/locale.tex index 121ef3feb5..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} @@ -370,7 +371,7 @@ This only applies to subsequent invocations of AddCatalog()! \func{static void}{AddLanguage}{\param{const wxLanguageInfo\& }{info}} Adds custom, user-defined language to the database of known languages. This -database is used in conjuction with the first form of +database is used in conjunction with the first form of \helpref{Init}{wxlocaleinit}. wxLanguageInfo is defined as follows: @@ -513,10 +514,10 @@ language (see \helpref{GetSystemLanguage}{wxlocalegetsystemlanguage}).} for the given locale containing the translations of standard wxWindows messages automatically.} \twocolitem{\windowstyle{wxLOCALE\_CONV\_ENCODING}}{Automatically convert message -catalogs to platform's native encoding. Note that it will do only basic +catalogs to platform's default 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.} +description of this behaviour. Note that this flag is meaningless in Unicode build.} \end{twocollist} }