Go to file
Nate McMaster 2c3ff993dc React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:15 -07:00
build React to aspnet/BuildTools#293 2017-07-06 10:38:15 -07:00
samples/LocalizationSample Target .NET Standard 2.0 and add .NET Framework 4.6.1 testing 2017-05-24 10:37:45 -07:00
src Remove usage of TaskCache 2017-06-08 13:47:19 -07:00
test Target .NET Standard 2.0 2017-06-06 17:22:36 -07:00
.gitattributes
.gitignore
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:38:47 -07:00
CONTRIBUTING.md
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:06:43 -07:00
Localization.sln
NuGet.config Updating versions to preview3 2017-06-01 10:47:18 -07:00
NuGetPackageVerifier.json
README.md Reference `Entropy` localization samples 2017-06-21 20:20:33 +03:00
appveyor.yml
build.cmd
build.ps1 Branching for 2.0.0-preview1 2017-04-25 22:03:36 -07:00
build.sh Branching for 2.0.0-preview1 2017-04-25 22:03:36 -07:00
version.props Updating versions to preview3 2017-06-01 10:47:18 -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.

Samples

Here are a few samples that demonstrate different localization features including: localized views, localized strings in data annotations, creating custom localization resources ... etc.