UserControl Ignore resx file.http://forums.asp.net/t/1774182.aspx/1?UserControl+Ignore+resx+file+Wed, 29 Feb 2012 12:38:24 -050017741824852540http://forums.asp.net/p/1774182/4852540.aspx/1?UserControl+Ignore+resx+file+UserControl Ignore resx file. <p>Hi,</p> <p>I am trying to read resx file located in 'App_LocalResources'&nbsp;from usercontrol (Login.ascx)&nbsp;without success. This user control is implemented in Site.master.</p> <p>I don't have any problem to read resx file with Site.master.&nbsp;</p> <p>To set the culture I am using this in web.config:&nbsp;</p> <p><em>&lt;globalization culture=&quot;he-IL&quot; uiCulture=&quot;he-IL&quot; /&gt;</em></p> <p>I will appriciate any help here.<br> Thanks.</p> 2012-02-27T10:06:00-05:004852916http://forums.asp.net/p/1774182/4852916.aspx/1?Re+UserControl+Ignore+resx+file+Re: UserControl Ignore resx file. <p>How are you accessing the resource from the UserControl?</p> 2012-02-27T12:43:06-05:004852957http://forums.asp.net/p/1774182/4852957.aspx/1?Re+UserControl+Ignore+resx+file+Re: UserControl Ignore resx file. <p>&nbsp;&lt;asp:Label ID=&quot;lbRegister&quot; Text=&quot;&quot; runat=&quot;server&quot; &nbsp;meta:resourcekey=&quot;lbRegister&quot; /&gt;</p> <p>Thanks.</p> 2012-02-27T13:01:52-05:004856862http://forums.asp.net/p/1774182/4856862.aspx/1?Re+UserControl+Ignore+resx+file+Re: UserControl Ignore resx file. <p>I figured out the problem:</p> <p>&quot;App_LocalResources&quot; folder must be in the same folder of the usercontrol.</p> <p></p> 2012-02-29T12:38:24-05:00