Go to file
damianedwards b11f7d51c3 Bunch of changes:
- Implemented pluggable strategies for determining request culture
- Added NotNull on public APIs
- Added support for a default request culture
- Added options class for configuring the middleware
- Improved the query string logic to support separate formatting & language cultures
- Implemented the logic for accept-language header
- Added more doc comments
2015-05-06 16:51:23 -07:00
src Bunch of changes: 2015-05-06 16:51:23 -07:00
.gitattributes Initial commit 2015-05-05 23:27:25 -07:00
.gitignore Initial commit 2015-05-05 23:27:25 -07:00
.travis.yml Initial commit 2015-05-05 23:27:25 -07:00
CONTRIBUTING.md Initial commit 2015-05-05 23:27:25 -07:00
LICENSE.txt Initial commit 2015-05-05 23:27:25 -07:00
Localization.sln Initial commit 2015-05-05 23:27:25 -07:00
NuGet.Config Initial commit 2015-05-05 23:27:25 -07:00
README.md Update README.md 2015-05-06 11:12:34 -07:00
appveyor.yml Initial commit 2015-05-05 23:27:25 -07:00
build.cmd Initial commit 2015-05-05 23:27:25 -07:00
build.sh Initial commit 2015-05-05 23:27:25 -07:00
makefile.shade Initial commit 2015-05-05 23:27:25 -07:00

README.md

Localization

AppVeyor: AppVeyor

Travis: Travis

Localization abstractions and implementations for ASP.NET 5 applications.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.