Feb
22
ASP.NET MVC 2 Localization complete guide
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The version I'll be using for that purpose will be 2 RC 2 which is last available at the time of writing.
NOTE 01.09.2010: In this article Session is used for storing current culture, please also as an addition consider reading my next post about localization where routing mechanism used for that purpose(better SEO and simpler implementation). Also you will find there link to the source code.
Before we start I would like to thank the MVC framework team, great job guys, I really like it :) I really enjoy writing web application with the framework.
NOTE 01.09.2010: In this article Session is used for storing current culture, please also as an addition consider reading my next post about localization where routing mechanism used for that purpose(better SEO and simpler implementation). Also you will find there link to the source code.
Before we start I would like to thank the MVC framework team, great job guys, I really like it :) I really enjoy writing web application with the framework.