On the form I have set localizable=true, set the language I wanted and
then entered the text property for the lables in the appropriate
language.
VB then generated code that loads lot's of properties from the
resource file, not only the text property.
Tosch
On 09 Oct 2003 20:12:48 +0200,
hirf-spam-me-(E-Mail Removed) (Herfried K.
Wagner [MVP]) wrote:
>* Tosch <(E-Mail Removed)> scripsit:
>> I have created a form with some labels that I have translated into
>> french and englich, default language is german.
>> I can switch languages by code no problem.
>>
>> But when I run this sample on a french windows I still get all the
>> german labels on startup. Doesn't .NET not realise that I have
>> installed a frend Win2K? Is there anything I have to add to my code to
>> achieve this?
>
>How did you implement the multiple language support?