.. include:: headings.inc .. _LanguageInfo: ========================================================================================================================================== |phoenix_title| **LanguageInfo** ========================================================================================================================================== Encapsulates a :meth:`~LanguageInfo.Language` identifier together with OS-specific information related to that language. - `Wx.LanguageInfo->new(language,` canonicalName, WinLang, WinSubLang, Description) | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **LanguageInfo** .. raw:: html

Inheritance diagram of LanguageInfo

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~LanguageInfo.GetLocaleName` Return the locale name corresponding to this language usable with ``setlocale()`` on the current system. ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~LanguageInfo.LocaleName` See :meth:`~LanguageInfo.GetLocaleName` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: LanguageInfo(object) Encapsulates a Language identifier together with OS-specific information related to that language. .. method:: GetLocaleName(self) Return the locale name corresponding to this language usable with ``setlocale()`` on the current system. :rtype: `string` .. attribute:: LocaleName See :meth:`~LanguageInfo.GetLocaleName`