Random.GetBlogEntry()
Monday, April 25, 2011
Setting the current culture of a website
Rather than relying on the settings of the server, it can be prudent to set the current culture of your ASP.NET application using the following setting:
... <system.web> ... <globalization culture="en-NZ" uiCulture="en-NZ" /> ... </system.web>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment