alaniscool
Senior member
I have an ActiveX control which has a Resource file with two string tables: one for English and one for German, which is use to load the caption on a label on the control. To do this, I use LoadResString() in UserControl_InitProperties() and UserControl_ReadProperties(). I put the control in a separate form, and compile it as an exe. Now I try to run the exe in the US locale and the German locale, and in both cases the English string gets loaded. Does anyone know why?
Thanks.
Thanks.