silverlight多国语言研究

多国语言问题:
生成, 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")%>:
分为全局的:
局部的:
动态问题:

posted on 2012-11-20 18:49  linguorun  阅读(106)  评论(0)    收藏  举报

导航