Extending the ASP.NET 2.0 Localization Model with a Database Resource Provider
To watch how to quickly apply these localization techniques, I'd also highly recommend checking out this free 13 minute video: How do I: Create a Multi-Lingual Site with Localization? It is part of the excellent ASP.NET 2.0 How Do I video series and demonstrates step-by-step how to build and localize an ASP.NET application from scratch (as well as how to dynamically select the language to use both via a client's incoming user-agent string as well as by giving a user an explicit choice via a drop-down list).
One of the common questions that people have asked for over the last few months is better documentation on how to store localized resource strings in resource providers other than the default XML-based RESX solution that ships built-in with ASP.NET 2.0 and VS 2005. Last month Michelle published another great article on MSDN: Extending the ASP.NET 2.0 Resource-Provider Model. This article focuses on features that enable developers to retrieve resources from alternate storage locations and integrate with page parsing, compilation, and run-time execution. Included within this article are details and sample code that demonstrate how to use a database to store localized resource content.
Michelle is going to be publishing two more articles in the localization series in the future that will include how to integrate resource providers further with VS 2005, as well as how to handle complex resource hierarchies.
Hope this helps,
Scott