Added ability to change language in Manage Settings.

This commit is contained in:
Birunthan Mohanathas
2011-10-01 17:39:09 +00:00
parent 6dd79c451d
commit 4f73f17cec
6 changed files with 111 additions and 10 deletions

View File

@ -130,6 +130,7 @@ public:
HINSTANCE GetInstance() { return m_Instance; }
HINSTANCE GetResourceInstance() { return m_ResourceInstance; }
LCID GetResourceLCID() { return m_ResourceLCID; }
bool GetDebug() { return m_Debug; }
@ -264,6 +265,7 @@ private:
HINSTANCE m_Instance;
HMODULE m_ResourceInstance;
LCID m_ResourceLCID;
ULONG_PTR m_GDIplusToken;