[Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Ryan Brandenburg 0ac2a3f66a Use existing CultureInfo 2016-09-23 15:50:10 -07:00
samples/LocalizationSample Make resource lookup behavior overridable (#266) 2016-08-08 11:45:42 -07:00
src Use existing CultureInfo 2016-09-23 15:50:10 -07:00
test Use existing CultureInfo 2016-09-23 15:50:10 -07:00
tools Strong name everything. 2015-11-03 12:14:18 -08:00
.gitattributes Change build to use dotnet 2016-02-05 12:06:03 -08:00
.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 Update Home master -> Home dev 2015-05-12 11:53:31 -07:00
LICENSE.txt Initial commit 2015-05-05 23:27:25 -07:00
Localization.sln Localization finds resources in class libraries 2016-09-22 15:53:02 -07:00
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 15:04:47 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-18 16:58:35 -08:00
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 Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
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 Added a sample & fixed some issues it found 2015-05-06 18:09:59 -07:00
makefile.shade Initial commit 2015-05-05 23:27:25 -07:00

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.