// load the catalog from disk or from data; caller is responsible for
// deleting them if not NULL
static wxMsgCatalog *CreateFromFile(const wxString& filename,
// load the catalog from disk or from data; caller is responsible for
// deleting them if not NULL
static wxMsgCatalog *CreateFromFile(const wxString& filename,
virtual wxMsgCatalog *LoadCatalog(const wxString& domain,
const wxString& lang) = 0;
virtual wxMsgCatalog *LoadCatalog(const wxString& domain,
const wxString& lang) = 0;
protected:
// returns resource type to use for translations
virtual wxString GetResourceType() const { return "MOFILE"; }
protected:
// returns resource type to use for translations
virtual wxString GetResourceType() const { return "MOFILE"; }