MVC seems all the rage these days. And while there are many good things it brings to the table, it seams it takes us a step back in terms of I18N. For instance, if you want to use the special aspx attribute meta:resourceKey="foo", you won't always be able to do so. The following would work fine: 1: <asp:Label runat="server" ID="_QueryPrompt" Text="Enter Query" meta:resourcekey="_QueryPro... /> But we're out of luck with buttons: 1: <asp:Button runat="server" ID="btn" Text="Run" ......
Posted On Sunday, June 7, 2009 10:08 PM | Comments (1)