views:

44

answers:

0

I got the following Problem:
In my controls i can localize Text which i have defined in the App_GlobalResources Directory with this code:

<%= Resources.Login.ChangeProfile %>

Now, i need to put the localization in each App_LocalResources folder where the Control is. And then, i can't use this code. I would have to wrap all text's i want to localize with a Literal or Label. Is there a workaround?
Thx