wx.LanguageInfo¶
Encapsulates a wx.Language identifier together with OS-specific information related to that language.
Class Hierarchy¶
Methods Summary¶
Return the canonical locale name including the region, if known. |
|
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 |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.LanguageInfo(object)¶
Encapsulates a Language identifier together with OS-specific information related to that language.
Methods¶
- 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 toCanonicalName
.- Return type:
str
Added 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.
- Return type:
str
Properties¶
- 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 inBCP
47-like notation.