Introduction - If you have any usage issues, please Google them yourself
If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, youwill need to copy the corresponding localized resources MFC42XXX.DLLfrom the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( XXX stands for the language abbreviation.For example, MFC42DEU.DLL contains resources translated to German.) If youdon t do this, some of the UI elements of your application will remain in thelanguage of the operating system.