Encapsulates a wx.Language identifier together with OS-specific information related to that language.
Return the canonical locale name including the region, if known. |
|
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 |
|
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.
GetCanonicalWithRegion
(self)¶Return the canonical locale name including the region, if known.
The value is identical to CanonicalRef
, if not empty, otherwise it is identical to CanonicalName
.
string
New in version 4.1/wxWidgets-3.1.6.
GetLocaleName
(self)¶Return the locale name corresponding to this language usable with setlocale()
on the current system.
If setting locale for this language is not supported, the returned string is empty.
string
CanonicalName
¶A public C++ attribute of type string
. Canonical name of the language, e.g. fr_FR
.
CanonicalRef
¶A public C++ attribute of type string
. Canonical reference including region.
CanonicalWithRegion
¶Description
¶A public C++ attribute of type string
. Human-readable name of the language in English.
DescriptionNative
¶A public C++ attribute of type string
. Human-readable name of the language in this language itself.
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
LocaleTag
¶A public C++ attribute of type string
. Tag for locale in BCP
47-like notation.