Create custom expression for localized business content?
In short: I have an SQL implementation of the IResourceProvider. So: <asp:Literal id="id" text="<% $ Resources : Common, SomeResource %>" runat="server" /> works and I've created a helper so I can pass a string expression and get the same result: <%=Html.Resource("Common, SomeResource") %> I want to localize business content. Whic...