Internationalization in MFC

· Ben’s Blog

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