tailieunhanh - ASP.NET 4 Unleased - p 148

Localizing Applications for Multiple Languages In Listing , the page title is created with a Literal control, which contains an explicit resource expression for the value of its Text property. You also can use implicit resource expressions when setting the page title. This approach is illustrated by the page in Listing . L | 1444 CHAPTER 30 Localizing Applications for Multiple Languages div form body html In Listing the page title is created with a Literal control which contains an explicit resource expression for the value of its Text property. You also can use implicit resource expressions when setting the page title. This approach is illustrated by the page in Listing . LISTING @ Page Language C UICulture auto meta resourceKey page DOCTYPE html PUBLIC - W3C DTD XHTML EN http TR xhtml11 DTD html xmlns http 1999 xhtml head id Head1 runat server title Page Title title head body form id form1 runat server div h1 Page Implicit Localization h1 div form body html The @ Page directive includes a meta resourceKey attribute. If a local resource includes a entry the value of this entry is used for the title displayed by the page. Retrieving Local Resources Programmatically If you need to retrieve a local resource in your page code you can use the GetLocalResourceObject method. For example the page in Listing grabs a welcome message from a resource file. The welcome message is used to format some text and then the formatted text displays in a Label control. LISTING @ Page Language C DOCTYPE html PUBLIC - W3C DTD XHTML EN http TR xhtml11 DTD From the Library of Wow eBook Creating Local Resources 1445 script runat server void Page_Load string welcomeMessage string GetLocalResourceObject welcomeMessage welcomeMessage Steve script html xmlns http 1999 xhtml head id Head1 runat server title Program Local Resource title head body form id form1 runat server div asp Label id lblMessage Runat server div form body html The result returned from GetLocalResourceObject must be cast to a string value. As the method name implies the method returns an object and not a string value. The resource file associated with the page in .

TÀI LIỆU LIÊN QUAN
crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.