Thursday, March 05, 2009

ASP.NET Globalization, Culture, Localization and the Resource tag

So here's a couple of useful links that involve setting the appropriate properties of websites in ASP.NET that every .NET coder should be aware of.  Also, something I only recently discovered proper is the tag.  Looks like I've some reading to do, may well expand this entry another time...

ASP.NET Globalization and Localization:

Basic Instincts-Resources and Localization in ASP.NET 2.0: http://msdn.microsoft.com/en-us/magazine/cc163566.aspx


Extract:

In addition to programmatic access, ASP.NET 2.0 also introduces declarative syntax you can use to bind a named string to a property of a page or control. The syntax involves using the dollar sign ($) followed by the Resources namespace, the name of the resource file and the name of the string:

No comments:

Post a Comment