#include </home/zeitlin/src/wx/github/interface/wx/intl.h>
Encapsulates a wxLanguage identifier together with OS-specific information related to that language.
wxPerl Note: In wxPerl Wx::LanguageInfo
has only one method:
Public Member Functions | |
wxUint32 | GetLCID () const |
Return the LCID corresponding to this language. | |
wxString | GetLocaleName () const |
Return the locale name corresponding to this language usable with setlocale() on the current system. | |
Public Attributes | |
int | Language |
wxLanguage id. | |
wxString | CanonicalName |
Canonical name of the language, e.g. fr_FR . | |
wxString | Description |
Human-readable name of the language. | |
wxLayoutDirection | LayoutDirection |
The layout direction used for this language. | |
wxUint32 | WinLang |
Win32 language identifiers (LANG_xxxx, SUBLANG_xxxx). | |
wxUint32 | WinSublang |
Win32 language identifiers (LANG_xxxx, SUBLANG_xxxx). |
wxUint32 wxLanguageInfo::GetLCID | ( | ) | const |
Return the LCID corresponding to this language.
wxString wxLanguageInfo::GetLocaleName | ( | ) | const |
Return the locale name corresponding to this language usable with setlocale()
on the current system.
Canonical name of the language, e.g. fr_FR
.
Human-readable name of the language.
wxLanguage id.
It should be greater than wxLANGUAGE_USER_DEFINED
when defining your own language info structure.
The layout direction used for this language.
Win32 language identifiers (LANG_xxxx, SUBLANG_xxxx).
Win32 language identifiers (LANG_xxxx, SUBLANG_xxxx).