Sign In
Eric Hu's Weblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Architecture
Development
General
Pages
Project Management
Test
Archive
Archives
June 2010
(2)
June 2009
(7)
January 2009
(3)
June 2008
(7)
April 2008
(1)
December 2007
(1)
November 2007
(1)
August 2007
(1)
July 2007
(3)
May 2007
(2)
April 2007
(2)
March 2007
(3)
August 2006
(2)
July 2006
(2)
May 2006
(2)
March 2006
(2)
February 2006
(1)
December 2005
(2)
October 2005
(1)
July 2005
(4)
June 2005
(4)
August, 2006
MSDN Blogs
>
Eric Hu's Weblog
>
August, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Eric Hu's Weblog
How to create a localize ASP.NET 2.0 web page in Visual Studio 2005 - II
Posted
over 6 years ago
by
zheyehu
0
Comments
在上一篇 How to create a localize ASP.NET 2.0 web page in Visual Studio 2005 中, 我們用 .resx 檔來儲存所有在 web page 上要 localize 的 data, 但要是我要 localize 從某個 event 中傳回的 data, 例如最簡單的 "Hello World", 這個字串不在頁面上, 縱然我們也可以把 "Hello World" 儲存在資源檔, 但要如何從事件中把這個字串中把這個字串取出來呢? ...
Eric Hu's Weblog
How to create a localize ASP.NET 2.0 web page in Visual Studio 2005
Posted
over 6 years ago
by
zheyehu
0
Comments
大家在瀏覽網頁時, 應該常會看到一個 link, 或 dropdown list 給 user 選擇網頁的語系或 user 所在的地區, 例如繁體中文, 英文, ...等等. 而利用 VS 2005, 我們現在可以在幾個簡單的步驟內做到不需要 user 多一個步驟去選擇, 即可依 user browser 的設定, 叫出我們存放在網站 resource file 裏的字串而達到 localize 網站的效果. 以下即為簡單設定網頁及建立資源檔的步驟: 1. 在 VS 2005 中開啟要 localize...
Page 1 of 1 (2 items)