localization with satellite dll's
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How can I change the language at run-time. I use resource-only dll's for the different languages and set it in the MFC method CWinApp::InitInstance with AfxSetResourceHandle before the MainFrame is loaded. How can I do this, when the MainFrame is already loaded. What do I have to do besides the AfxSetResourceHandle, that even the Menu and all the dialogs are now in the new language? Thanks for any help. Konrad