wxLanguageInfo Struct Reference

#include <wx/intl.h>


Detailed Description

wxLanguageInfo: encapsulates wxLanguage to OS native lang.desc.

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

List of all members.


Member Function Documentation

wxString wxLanguageInfo::GetLocaleName (  )  const

Return the locale name corresponding to this language usable with setlocale() on the current system.


Member Data Documentation

Canonical name, e.g. fr_FR.

Human-readable name of the language.

wxLanguage id. It should be greater than wxLANGUAGE_USER_DEFINED.



wxWidgets logo

[ top ]