Go to file
damianedwards 944c84bc5d Implemented CookieRequestCultureStrategy & other changes:
- Updated sample to enable setting/clearing cultures via cookie
- Cache CultureInfo construction as it's not built into .NET Core
- Cache RequestCulture construction as they're immutable anyway and created lots per app if the middleware is running
- Fix issue where by invalid culture names were not handled (it crashed)
- Handle the pesky favicon.ico request from browsers
- Ignore .vs folder
2015-05-07 18:11:10 -07:00
samples/LocalizationSample Implemented CookieRequestCultureStrategy & other changes: 2015-05-07 18:11:10 -07:00
src Implemented CookieRequestCultureStrategy & other changes: 2015-05-07 18:11:10 -07:00
.gitattributes
.gitignore Implemented CookieRequestCultureStrategy & other changes: 2015-05-07 18:11:10 -07:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
Localization.sln Added a sample & fixed some issues it found 2015-05-06 18:09:59 -07:00
NuGet.Config
README.md Update README.md 2015-05-06 11:12:34 -07:00
appveyor.yml
build.cmd
build.sh
global.json Added a sample & fixed some issues it found 2015-05-06 18:09:59 -07:00
makefile.shade

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.