Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translating WinForm menu items
Message
De
10/10/2007 03:58:22
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Translating WinForm menu items
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01259931
Message ID:
01259931
Vues:
65
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
Répondre
Fil
Voir

Click here to load this message in the networking platform