X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4178000933f0618d2cc9dc2f80dfed91b0c61464..4eb438cf7c42d5ceaa60b55048b5d0dc36c3986b:/docs/latex/wx/locale.tex?ds=sidebyside diff --git a/docs/latex/wx/locale.tex b/docs/latex/wx/locale.tex index f82583c617..4f529eb69a 100644 --- a/docs/latex/wx/locale.tex +++ b/docs/latex/wx/locale.tex @@ -6,8 +6,8 @@ generalization of the C locale concept. In wxWindows this class manages message catalogs which contain the translations of the strings used to the current language. -\perlnote{In wxPerl the {\tt Wx} module exports a '_' function -that corresponds to the '_' C++ macro. +\perlnote{In wxPerl the {\tt Wx} module exports a '\_' function +that corresponds to the '\_' C++ macro. \begin{verbatim} use Wx qw(_); @@ -48,10 +48,10 @@ in \helpref{Init}{wxlocaleinit} and are returned by %% This enum is generated by misc/languages/genlang.py %% When making changes, please put them into misc/languages/langtabl.txt \begin{itemize}\itemsep=0pt -\item wxLANGUAGE_DEFAULT -- user's default language as obtained from the operating system -\item wxLANGUAGE_UNKNOWN -- returned by \helpref{GetSystemLanguage}{wxlocalegetsystemlanguage} +\item wxLANGUAGE\_DEFAULT -- user's default language as obtained from the operating system +\item wxLANGUAGE\_UNKNOWN -- returned by \helpref{GetSystemLanguage}{wxlocalegetsystemlanguage} if it fails to detect the default language -\item wxLANGUAGE_USER_DEFINED -- user defined languages' integer identifiers should start from +\item wxLANGUAGE\_USER\_DEFINED -- user defined languages' integer identifiers should start from this \item wxLANGUAGE\_ABKHAZIAN \item wxLANGUAGE\_AFAR @@ -438,6 +438,26 @@ Returns current platform-specific locale name as passed to setlocale(). Compare \helpref{GetCanonicalName}{wxlocalegetcanonicalname}. +\membersection{wxLocale::GetSystemEncoding}\label{wxlocalegetsystemencoding} + +\constfunc{static wxFontEncoding}{GetSystemEncoding}{\void} + +Tries to detect the user's default font encoding. +Returns \helpref{wxFontEncoding}{wxfont} value or +{\bf wxFONTENCODING\_SYSTEM} if it couldn't be determined. + +\membersection{wxLocale::GetSystemEncodingName}\label{wxlocalegetsystemencodingname} + +\constfunc{static wxString}{GetSystemEncodingName}{\void} + +Tries to detect the name of the user's default font encoding. This string isn't +particularly useful for the application as its form is platform-dependent and +so you should probably use +\helpref{GetSystemEncoding}{wxlocalegetsystemencoding} instead. + +Returns a user-readable string value or an empty string if it couldn't be +determined. + \membersection{wxLocale::GetSystemLanguage}\label{wxlocalegetsystemlanguage} \constfunc{static int}{GetSystemLanguage}{\void}