a code 52 project

Making i18n easy for ASP.NET devs

ASP.NET Internationalisation
 

Cover both client and server

Leverage .NET on the server and jQuery.globalize on the client to manage your resources

Convention over Configuration

Model validation errors using resources, browser detection of the user's locale, overriding the defaults using a cookie - no manual setup required

For all types* of ASP.NET apps

Supports ASP.NET MVC3 and MVC4 (Razor only) but expanding out to other projects over time
 

Start an empty MVC project and install one of these packages:

PM> Install-Package Code52.i18n.MVC4.Sample.Razor

PM> Install-Package Code52.i18n.MVC3.Sample.Razor

After the install finishes, open the App_Readme\Code52.i18n.MVC.readme.txt file to find how to integrate it into the site layout (unfortunately NuGet won’t write over existing files out of the box).

Tweet