Go to file
Pranav K 89735f16b5 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:44:05 -07:00
build Set "TreatWarningsAsErrors" before NuGet restore 2017-07-06 13:39:39 -07:00
samples/LocalizationSample Remove NETStandard.Library.NETFramework 2017-07-07 10:23:33 -07:00
src Add breakingchanges (#393) 2017-07-06 15:14:23 -07:00
test Target .NET Standard 2.0 2017-06-06 17:22:36 -07:00
.gitattributes
.gitignore Change compilation targets. 2017-03-22 11:20:05 -07:00
.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 Remove phantom project from solution file 2017-02-09 13:03:05 -08:00
NuGet.config Updating versions to preview3 2017-06-01 10:47:18 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:57 -08:00
README.md Reference `Entropy` localization samples 2017-06-21 20:20:33 +03:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:40:46 -07:00
build.cmd
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:31 -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.