We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
Package Manager Console
Install-Package Code52.i18n.MVC4 - if you have an empty MVC4 project
Install-Package Code52.i18n.MVC4
Install-Package Code52.i18n.MVC3 - if you have an empty MVC3 project
Install-Package Code52.i18n.MVC3
Adding Resources to a NuGet Package
Detect the user's locale
Localizing Data Annotations