5 Star 22 Fork 10

geoda/geoda_mirror

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wxTranslationHelper.h 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xun Li 提交于 2018-04-23 18:42 . update international project
#ifndef _WX_TRANSLATION_HELPER_H
#define _WX_TRANSLATION_HELPER_H
#include <wx/wx.h>
#include <wx/intl.h>
class wxTranslationHelper
{
wxApp & m_App;
wxString m_SearchPath;
wxString m_ConfigPath;
wxLocale * m_Locale;
bool m_UseNativeConfig;
public:
wxTranslationHelper(wxApp & app, const wxString & search_path, bool use_native_config = true);
~wxTranslationHelper();
wxLocale * GetLocale();
void GetInstalledLanguages(wxArrayString & names, wxArrayLong & identifiers);
bool AskUserForLanguage(wxArrayString & names, wxArrayLong & identifiers);
bool Load();
void Save(bool bReset = false);
const wxString & GetSearchPath();
void SetSearchPath(wxString & value);
const wxString & GetConfigPath();
void SetConfigPath(wxString &);
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geoda/geoda_mirror.git
[email protected]:geoda/geoda_mirror.git
geoda
geoda_mirror
geoda_mirror
master

搜索帮助