Searched refs:m_language (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dedit.h101 LanguageInfo const* GetLanguageInfo () {return m_language;};
117 LanguageInfo const* m_language; member in class:Edit
H A Dedit.cpp120 m_language = NULL;
403 m_language = curInfo;
628 textinfo->Add (new wxStaticText (this, wxID_ANY, edit->m_language->name),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.cpp514 parser.Found(wxT("locale"), &m_language);
532 m_language = cfg.Read(wxT("/eMule/Language"), wxEmptyString);
542 m_language = m_configFile->Read(wxT("/Locale"), wxEmptyString);
559 m_configFile->Write(wxT("/Locale"), m_language);
584 SetLocale(m_language);
591 m_language = language;
H A DExternalConnector.h185 wxString m_language; member in class:CaMuleExternalConnector
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dintl.h454 int GetLanguage() const { return m_language; }
554 int m_language; // this locale wxLanguage value member in class:wxLocale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1528 m_language = wxLANGUAGE_UNKNOWN;
1546 m_language = wxLANGUAGE_UNKNOWN;
1887 m_language = lang;
2830 // It is OK to not load catalog if the msgid language and m_language match,
2833 if (m_language == msgIdLanguage)
2838 // permitted to use en_US strings from sources even if m_language is en_GB:

Completed in 155 milliseconds