Hooking meta:Resource parsing in ASP.NET 2.0?
Posted by: Rick Strahls WebLog,
on 09 Sep 2006 |
View original | NEW Bookmarked: 0 time(s)
I’m mucking around today with some internationalization code in a control that is meant to take over localization instead of the standard resource providers pulling data from a database. I have most of this functionality working but now I’m trying to figure out some better ways to integrate this into the localization scheme.
Hooking up the functionality is not difficult thanks to the provider model that ASP.NET 2.0 has introduced which allows me to replace the existing ResourceManager...