Skip to content
shiftkey edited this page Mar 3, 2012 · 11 revisions

Code52.i18n is a collection of packages and tips to help developers get started building globalized and localized application using ASP.NET MVC.

About

Getting started:

From an empty MVC project, open the

Install-Package Code52.i18n.MVC4 - add this to an empty MVC4 project

Install-Package Code52.i18n.MVC3 - add this to an empty MVC3 project

Resources

Adding Resources to a NuGet Package

Detect the user's locale

Localizing Data Annotations

Clone this wiki locally