Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translating WinForm menu items
Message
From
10/10/2007 03:58:22
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Translating WinForm menu items
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01259931
Message ID:
01259931
Views:
67
I have database containing translations.
I'm creating .NET 2 WinForms application which should use this database to
translate menu items to user language.

I replaced lines in myform.designer.cs like

Text = "File";

to call my translating routine

Text = Translator.GetMessage("File");

Now designer cannot open my Winform anymore.
I tried also to generate localized code but this does not allow to translate at runtime.

How to design such forms ?
Andrus
Reply
Map
View

Click here to load this message in the networking platform