Override .Net Resource file in Calling Application

Posted by Blatfrig on Stack Overflow See other posts from Stack Overflow or by Blatfrig
Published on 2009-02-19T15:15:11Z Indexed on 2010/03/09 6:06 UTC
Read the original article Hit count: 259

Filed under:
|
|

I have an asp.net 2.0 web application that is calling class library. A fairly common scenario to be sure.

The class library is making use of a number of resource files and a ResourceManager object to set localised strings. This works absolutely fine in most circumstances based on the user's browser settings.

However there are some circumstances under which I wish to overrride the resource string in the class library from within the web application.

Is this possible? if so how?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#