Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 29, 2012 12:38 PM by eyalankri
Member
17 Points
15 Posts
Feb 27, 2012 10:06 AM|LINK
Hi,
I am trying to read resx file located in 'App_LocalResources' from usercontrol (Login.ascx) without success. This user control is implemented in Site.master.
I don't have any problem to read resx file with Site.master.
To set the culture I am using this in web.config:
<globalization culture="he-IL" uiCulture="he-IL" />
I will appriciate any help here. Thanks.
All-Star
16526 Points
3378 Posts
Feb 27, 2012 12:43 PM|LINK
How are you accessing the resource from the UserControl?
Feb 27, 2012 01:01 PM|LINK
<asp:Label ID="lbRegister" Text="" runat="server" meta:resourcekey="lbRegister" />
Thanks.
Feb 29, 2012 12:38 PM|LINK
I figured out the problem:
"App_LocalResources" folder must be in the same folder of the usercontrol.
eyalankri
Member
17 Points
15 Posts
UserControl Ignore resx file.
Feb 27, 2012 10:06 AM|LINK
Hi,
I am trying to read resx file located in 'App_LocalResources' from usercontrol (Login.ascx) without success. This user control is implemented in Site.master.
I don't have any problem to read resx file with Site.master.
To set the culture I am using this in web.config:
<globalization culture="he-IL" uiCulture="he-IL" />
I will appriciate any help here.
Thanks.
stevenbey
All-Star
16526 Points
3378 Posts
Re: UserControl Ignore resx file.
Feb 27, 2012 12:43 PM|LINK
How are you accessing the resource from the UserControl?
http://stevenbey.com
Recursion: see Recursion
eyalankri
Member
17 Points
15 Posts
Re: UserControl Ignore resx file.
Feb 27, 2012 01:01 PM|LINK
<asp:Label ID="lbRegister" Text="" runat="server" meta:resourcekey="lbRegister" />
Thanks.
eyalankri
Member
17 Points
15 Posts
Re: UserControl Ignore resx file.
Feb 29, 2012 12:38 PM|LINK
I figured out the problem:
"App_LocalResources" folder must be in the same folder of the usercontrol.