Trying to implement IImplicitResourceProvider
Posted by: Rick Strahls WebLog,
on 06 Oct 2006 |
View original | NEW Bookmarked: 0 time(s)
Im back working on this Localization provider and thanks to some helpful comments I was able to make the base provider work right. I had originally gone down the path of creating a custom ResourceManager and everything that goes along with which is a fair bit of code and is kinda hard to follow. After the recent comments from the previous code I decided its easier to just implement a provider directly and I managed to get that working quickly enough.
So ASP.NET works a bit differently...