X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..a30c309aa84b756a10c6d7855b8012820d920ee5:/docs/latex/wx/locale.tex diff --git a/docs/latex/wx/locale.tex b/docs/latex/wx/locale.tex index efad35bee0..fe0dc4deb2 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{Internationalization overview}{internationalization},\\ +\helpref{Internat sample}{sampleinternat} \wxheading{Include files} @@ -418,6 +419,17 @@ Returns \helpref{wxLanguage}{wxlanguage} constant of current language. Note that you can call this function only if you used the form of \helpref{Init}{wxlocaleinit} that takes wxLanguage argument. +\membersection{wxLocale::GetLanguageInfo}\label{wxlocalegetlanguageinfo} + +\constfunc{static wxLanguageInfo *}{GetLanguageInfo}{\param{int }{lang}} + +Returns a pointer to wxLanguageInfo structure containing information about the +given language or {\tt NULL} if this language is unknown. Note that even if the +returned pointer is valid, the caller should {\it not} delete it. + +See \helpref{AddLanguage}{wxlocaleaddlanguage} for the wxLanguageInfo +description. + \membersection{wxLocale::GetLocale}\label{wxlocalegetlocale}