Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cusom property localisation
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Cusom property localisation
Divers
Thread ID:
00966520
Message ID:
00966520
Vues:
48
How do i create a new Property that is localisable by VS.Net.

For the built-in properties VS generate for the Text property in the initializeComponent method:
this.textBox1.Text = resources.GetString("textBox1.Text");
but if i create a property, it does not generate that code. It only generate this:
this.textBox1.CustomProperty = "The text";
Répondre
Fil
Voir

Click here to load this message in the networking platform