get resource from ASP.NET App_GlobalResources in separate DLL Library

Posted by bao on Stack Overflow See other posts from Stack Overflow or by bao
Published on 2010-05-02T11:26:17Z Indexed on 2010/05/02 11:37 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

I have a solution with one web project and one class library. In web project I have App_GlobalResources folder with resource file. In code used in web project I can access resourcel like this: string r = Resources.res.ResourceString123;

How to get this resource string from class library?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET