Custom Localization ResourceProviders and Compiler Errors
Posted by: Rick Strahls WebLog,
on 04 Oct 2006 |
View original | NEW Bookmarked: 0 time(s)
Ive been struggling with building a custom ResourceManager and hooking it into ASP.NET over the last few days as part of a localization engine that is data driven rather than through Resources. Ive had a separate engine for this for sometime, but it hasnt been hooked into the .NET or ASP.NET infrastructure so went back and tried to figure out how to build a custom resource manager and resource provider to hook it into ASP.NET.
This has been a pretty painful experience for me. The ResourceManager...