Encapsulates a wx.Language identifier together with OS-specific information related to that language.
Return the locale name corresponding to this language usable with |
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 |
wx.
LanguageInfo
(object)¶Encapsulates a Language identifier together with OS-specific information related to that language.
GetLocaleName
(self)¶Return the locale name corresponding to this language usable with setlocale()
on the current system.
string
CanonicalName
¶A public C++ attribute of type string
. Canonical name of the language, e.g. fr_FR
.
Description
¶A public C++ attribute of type string
. Human-readable name of the language.
Language
¶A public C++ attribute of type int
. wx.Language id.
LayoutDirection
¶A public C++ attribute of type LayoutDirection
. The layout direction used for this language.
LocaleName
¶See GetLocaleName