Encapsulates a wx.Language identifier together with OS-specific information related to that language.
GetLocaleName |
Return the locale name corresponding to this language usable with setlocale() on the current system. |
LocaleName |
See GetLocaleName |
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. |
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.
Return type: | 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