I'm writing an application that needs to be localized into German. I've
set the Localizable to 'true' and the language to 'German' on my form.
I've translated all of my controls.
However, I have a UserControl on my form (which I have also localized to
German) but the designer still shows it in English. I have recompiled so I
know that the designer should know about the localized version of the
UserControl.
Is this the expected behavior, or should I see the localized German version
of my UserControl as well?
Also, is there any way I can specify on startup what language I want to
use? I'd like to run my program in "German mode" to make sure I haven't
missed anything.
Thanks!
-mdb