Auto Culture Mapping in ASP.NET 2.0 and Caching in ASP.NET 2.0 Pages
Posted by: Rick Strahls WebLog,
on 09 Sep 2006 |
View original | Bookmarked: 0 time(s)
I’m taking a closer look at how the new localization features in ASP.NET work and am playing around with the auto formatting in the Page directive:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LocalizationTest.aspx.cs" Inherits="LocalizationTest" meta:resourcekey="PageResource1" Culture="auto" UICulture="auto"
%>
Using the Culture="auto" directive has the effect of making ASP.NET switch cultures of the current thread and executing the request in that culture context...