資源簡介
原理:通過資源文件實現多語言
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Globalization;
public?partial?class?_Default?:Pagebase
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?btnChinese_Click(object?sender?EventArgs?e)
????{
????????Session[“Culture“]?=?“zh-cn“;
????????this.RegisterClientscriptBlock(“reload“?“ript>window.location=window.self.location; ript>“);
????}
????protected?void?btnEnglish_Click(object?sender?EventArgs?e)
????{
????????Session[“Culture“]?=?“en-us“;
????????this.RegisterClientscriptBlock(“reload“?“ript>window.location=window.self.location; ript>“);
????}
}
//5/1/a/s/px
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5993??2009-07-09?15:34??App_GlobalResources\Strings.en-us.resx
?????文件???????5991??2009-07-09?15:34??App_GlobalResources\Strings.resx
?????文件???????2662??2009-07-10?10:02??51aspx源碼必讀.txt
?????文件????????670??2009-07-09?15:49??Default.aspx
?????文件????????764??2009-07-10?10:03??Default.aspx.cs
?????文件???????4945??2007-07-18?09:38??from.gif
?????文件???????1523??2009-07-10?09:56??MultiLanguage.sln
?????文件???????8136??2009-07-09?15:40??web.config
?????文件????????125??2007-03-27?14:33??最新Asp.Net源碼下載.url
?????文件????????865??2009-07-09?15:41??App_Code\Pageba
?????目錄??????????0??2009-07-10?09:55??App_Data
?????目錄??????????0??2009-07-10?09:55??App_GlobalResources
?????目錄??????????0??2009-07-10?09:55??App_Code
-----------?---------??----------?-----??----
????????????????31674????????????????????13
- 上一篇:iText 生成pdf Demo應用
- 下一篇:將24位位圖轉換為8位索引位圖
評論
共有 條評論