ASP.NET LocalResources same filename

Posted by Zenuka on Stack Overflow See other posts from Stack Overflow or by Zenuka
Published on 2010-05-13T12:50:23Z Indexed on 2010/05/13 12:54 UTC
Read the original article Hit count: 245

Filed under:
|

Hi, I have a small question and I think this is asked before but I can't seem to find it...

I have 2 pages: /Default.aspx and /Profile/Default.aspx

The resource file for the /Default.aspx is in /App_LocalResources/Default.aspx.resx but where do I place the Default.aspx.resx for the /Profile/Default.aspx?

When I place it in /App_LocalResources/Profile/Default.aspx.resx it keeps telling me the resource isn't found...

I access the resources like this: <%$ Resources:lblHeader.Text %>

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about localization