Feature: Add language support (beta, not completed)

This commit is contained in:
yuanyuanxiang
2026-01-27 21:48:46 +01:00
parent 02ce01d5e7
commit 05a11605a4
70 changed files with 3895 additions and 906 deletions

View File

@@ -9,6 +9,7 @@
#include <map>
#include "file_server.h"
#include "CListCtrlEx.h"
#include "LangManager.h"
//////////////////////////////////////////////////////////////////////////
// 以下为特殊需求使用
@@ -65,7 +66,7 @@ class CClientListDlg;
#include "pwd_gen.h"
// CMy2015RemoteDlg 对话框
class CMy2015RemoteDlg : public CDialogEx
class CMy2015RemoteDlg : public CDialogLangEx
{
public:
static std::string GetHardwareID(int v=-1);