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 Package Manager Console and install one of the bootstrapper packages:

Install-Package Code52.i18n.MVC4 - if you have an empty MVC4 project

Install-Package Code52.i18n.MVC3 - if you have an empty MVC3 project

Resources

Adding Resources to a NuGet Package

Detect the user's locale

Localizing Data Annotations

Clone this wiki locally