Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cusom property localisation
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Cusom property localisation
Miscellaneous
Thread ID:
00966520
Message ID:
00966520
Views:
49
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";
Reply
Map
View

Click here to load this message in the networking platform