Localization support added

This commit is contained in:
Simon Rozman
2016-02-06 09:08:28 +01:00
parent a9f59160fa
commit a6f470fd1e
5 changed files with 63 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ bool wxAppEx::OnInit()
sPath << wxT("\\..\\locale");
m_locale.AddCatalogLookupPathPrefix(sPath);
wxVERIFY(m_locale.Init(wxLANGUAGE_SLOVENIAN));
wxVERIFY(m_locale.AddCatalog(wxT("ZRCola")));
wxVERIFY(m_locale.AddCatalog(wxT("wxExtend")));
}
return true;