Is it possible to override the ResourceManager in an ASP.NET MVC2 application? I've skim read several articles about creating a resource provider, but this seems like overkill. All I want to do is override the GetResourceFileName(CultureInfo culture) method on ResourceManager.
many thanks, Jordan.