On Fri, Sep 10, 2010 at 11:45 PM, Wallace Turner <[email protected]> wrote: > *this is just a though* > > Are you testing HttpContext.Current.GetGlobalResource( ) itself or the code > up until that point? > > If the latter then could you replace all your GetGlobalResource( ) calls > with your own static method? You could then use IoC to plugin in either the > real GetGlobalResource or your own GetResource( )
FWIW, this is probably what I'll need to go with. Here is a similar article on the matter: http://weblogs.asp.net/dwahlin/archive/2009/01/20/custom-asp-net-server-controls-and-language-localization.aspx > Wal -- silky http://dnoondt.wordpress.com/ "Every morning when I wake up, I experience an exquisite joy — the joy of being this signature."
