Thank you for your answer but you know you added a link which i cant understand becuase it was in German language.Please, add a link which is of English language.
The idea is to create a new DLL with just a copy of the foreign language resources. With AfxSetResourceHandle you tell the MFC to get all resources from this DLL.
Usually I create the EXE with the main language in english. Than I just copy the resource file and translate it. With some tricks you can prevent the RC Editor to add new symbols and share all other resource data. Maybe you need to translate some bitmaps too.
Hi friends, nobody is there to guide me for localization of MFC dialog...
Hi friends, nobody is there to guide me for localization of MFC dialog...
Tom Couvret
Hi Martin!
Thank you for your answer but you know you added a link which i cant understand becuase it was in German language.Please, add a link which is of English language.
Regards,
Sanath.
Mike Danes
I wrote an article in german, but there is a sample code within:
http://www.mpdvc.de/artikel/MultilingualeProgramme.htm
The idea is to create a new DLL with just a copy of the foreign language resources. With AfxSetResourceHandle you tell the MFC to get all resources from this DLL.
Usually I create the EXE with the main language in english. Than I just copy the resource file and translate it. With some tricks you can prevent the RC Editor to add new symbols and share all other resource data. Maybe you need to translate some bitmaps too.