Skip to content

Kingefosa/aspnet-internationalization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internationalization.MVC4

Goals:

Provide a collection of packages to help developers get started building globalized and localized application using ASP.NET MVC.

Getting started

  • Read up on the initial brainstorming we did for ideas and features.
  • Fork the code on GitHub and have a play!
  • Introduce yourself in the JabbR room!
  • Grab a task from the Trello board and get involved!

Possible package structure

The initial plan is to ship a number of NuGet packages (and sample projects) to allow developers to pull localization features into the app.

Note: this is subject to change

  • Core - contains the basics of creating and managing resources and consuming them in DataAnnotations and Views. Includes some tricks to ensure your app respects the culture sent from the user's browser to the server.
  • Testing - demonstrating how to test the use of resources in an app
  • Browser - extending localization to the browser and allowing the user to override the culture.

Other packages under consideration:

  • jQueryUI Sample Site - how to localize UI controls which leverage jQuery and jQuery UI.
  • KendoUI Sample Site - how to localize UI controls from the Kendo UI library.

About

NuGet packages to make i18n easy for developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 57.3%
  • C# 19.6%
  • Puppet 13.8%
  • PowerShell 4.6%
  • JavaScript 1.9%
  • CSS 1.2%
  • Other 1.6%