|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
using LocalizationExtenderProvider in ASP.NET like in Windows forms??In Windows Forms applications, to help localizing, the form gets 2 extended properties from LocalizationExtenderProvider class. Those properties are Localiazble and Language. Now, users can select different langauges and enter text for containing controls which gets stored in relevent resource file. I am wondering wether I can use this mechanism for my ASP.net application as well. Current Page class does not extend such property. However I have my own page class and I would like to get these properties in my ASP.NET property page. I suppose, the mechanism of storing text can some how be managed by making my own LocalizationExtenderProvider derived by the base class Any thoughts on this will be greatly appreciated Regards KK |
|||||||||||||||||||||||