How to change the language in UI (User Interface) dynamically?
A. Maximilien quoted :- The best to do, is to use multiple resource files, one for each language you use. Each resource will be in a DLL and will be loaded when the application starts (or after a user selects a menu item). Have a look at: • How to Create Localized Resource DLLs for MFC Applications. • Internationalization and Multiple Language Support.