Ben Tsai

Internationalization in MFC

For internationalizing an MFC application, it sounds like there are two main approaches:

  1. Compile and deploy resource-only DLLs.
  2. Extract and replace all strings with the localized version.

References #

Monday, January 23, 2012