wx.LanguageInfo¶Encapsulates a wx.Language identifier together with OS-specific information related to that language.
Class Hierarchy¶
Inheritance diagram for class LanguageInfo:
Methods Summary¶Return the locale name corresponding to this language usable with |
Properties Summary¶See |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶Encapsulates a Language identifier together with OS-specific information related to that language.
Return the locale name corresponding to this language usable with setlocale() on the current system.
string
A public C++ attribute of type string. Canonical name of the language, e.g. fr_FR .
A public C++ attribute of type string. Human-readable name of the language.
A public C++ attribute of type int. wx.Language id.
A public C++ attribute of type LayoutDirection . The layout direction used for this language.
See GetLocaleName