Go to file
Hisham Bin Ateya 5c18449474 Remove unnecessary code in ResourceManagerStringLocalizer (#300)
Remove lines from empty constructors
2016-11-07 12:00:49 -08:00
samples/LocalizationSample Updating to netcoreapp1.1 2016-10-13 11:19:32 -07:00
src Remove unnecessary code in ResourceManagerStringLocalizer (#300) 2016-11-07 12:00:49 -08:00
test Updating to netcoreapp1.1 2016-10-13 11:19:32 -07:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
Localization.sln Added support for get culture information from request's route data information. 2016-09-30 09:57:44 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json
makefile.shade

README.md

Localization

AppVeyor: AppVeyor

Travis: Travis

Package aspnet-core NuGet
Microsoft.Extensions.Localization MyGet NuGet
Microsoft.AspNetCore.Localization MyGet NuGet

Localization abstractions and implementations for ASP.NET Core applications.

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