The following is cut/pasted from Shimon Crown's response to a similar
question:
Thanks, Shimon!!
This is very easy. Create a separate resource only dll with the resources
you want for each language (basically a DLL with no entry point and just
resources).
In the InitInstance call of your application call LoadLibrary to load the
DLL and get an HINSTANCE to the resource only DLL. Use this HINSTANCE in
AfxSetResourceHandle and the application will take all its resources from
the resource only DLL.
Shimon
--
Jeff May
Express Software Services, Inc