зеркало из https://github.com/aspnet/Localization.git
[Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore
944c84bc5d
- 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 |
||
---|---|---|
samples/LocalizationSample | ||
src | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
Localization.sln | ||
NuGet.Config | ||
README.md | ||
appveyor.yml | ||
build.cmd | ||
build.sh | ||
global.json | ||
makefile.shade |
README.md
Localization
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.