How can I consume satellite assemblies declaratively in ASP.NET

cubasdc

New Member
This is it, I've been learning about satellite assemblies, and I think I already understood how to create them and how to use them in code with the ResourceManagerThe problem is that I would like to consume a satellite assmebly via the page's markup (declaratively) but I have not found a way to do it.Any thoughts?My goal is to be able to use them something like this:\[code\]<asp:Localize runat="server" Text="<%$ Resources:[external assembly][resources file name], [resource key] %>"></asp:Localize>\[/code\]
 
Back
Top