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?