#include <wx/intl.h>
translation information
Public Member Functions | |
| wxString | GetLocaleName () const |
| Return the locale name corresponding to this language usable with setlocale() on the current system. | |
Public Attributes | |
| int | Language |
| wxLanguage id. It should be greater than wxLANGUAGE_USER_DEFINED. | |
| wxString | CanonicalName |
| Canonical name, e.g. fr_FR. | |
| wxString | Description |
| Human-readable name of the language. | |
| wxLayoutDirection | LayoutDirection |
| wxString wxLanguageInfo::GetLocaleName | ( | ) | const |
Return the locale name corresponding to this language usable with setlocale() on the current system.
Canonical name, e.g. fr_FR.
Human-readable name of the language.
wxLanguage id. It should be greater than wxLANGUAGE_USER_DEFINED.
|
[ top ] |