Go to file
hishamco 40e54bf77d Minor Fixes
Remove the blank line before conditional block

Remove versions from project.json in test projects

Address feedback

Address feedback

Add CommandLine configuration package to avoid breaking test

Add missing using
2016-11-12 00:04:38 +03:00
samples/LocalizationSample Minor Fixes 2016-11-12 00:04:38 +03:00
src Minor Fixes 2016-11-12 00:04:38 +03:00
test Minor Fixes 2016-11-12 00:04:38 +03:00
tools
…
.gitattributes
…
.gitignore Make resource lookup behavior overridable (#266) 2016-08-08 11:45:42 -07:00
.travis.yml Increase .travis.yml consistency between repos 2016-09-04 19:57:14 -07:00
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 Switching to dotnet.myget.org feed 2016-08-09 15:04:47 -07:00
NuGetPackageVerifier.json
…
README.md Cleanup package listings in README.md 2016-08-09 16:04:42 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
build.cmd
…
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
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.