X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb848f582b5c1d7d28e328a3d00849f0422686a4..ba7fe276d4606f96352a468dbad872aa48932d8c:/docs/latex/wx/locale.tex diff --git a/docs/latex/wx/locale.tex b/docs/latex/wx/locale.tex index e19a83cc04..fe0dc4deb2 100644 --- a/docs/latex/wx/locale.tex +++ b/docs/latex/wx/locale.tex @@ -45,8 +45,8 @@ No base class \wxheading{See also} -\helpref{I18n overview}{internationalization},\\ -\helpref{i18n sample}{sampleinternat} +\helpref{Internationalization overview}{internationalization},\\ +\helpref{Internat sample}{sampleinternat} \wxheading{Include files} @@ -419,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}