多国语言问题:
生成, LoginIpad.aspx.resx 为自动的。
App_LocalResources 文件夹对应meta:resourcekey="PageResource1" 用法:
<%-- <asp:Label ID="Label1" runat="server" Text="<%$ Resources:Account %>" ></asp:Label>--%>
<%= (String)GetLocalResourceObject("Account")%>:
<%= (String)GetLocalResourceObject("Password")%>: 分为全局的: 局部的: 动态问题: