Talk:Dynamic Switching of Resource DLLs

From RAD Studio
Jump to: navigation, search

There is an error in the C++ code for dynamically switching the resource DLL:

const FRENCH = MAKELANGID(SUBLANG_FRENCH, LANG_FRENCH); // WRONG!!!

Must be:

const FRENCH = MAKELANGID(LANG_FRENCH, SUBLANG_FRENCH);

Andre

Response

I have made your suggested change to the English version of the topic.

Thank you for your comment!

KrisHouser 17:22, 4 November 2009 (PST)