Go to file
Nate McMaster 1cd443fc34 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:33:15 -07:00
build Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -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 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -07:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
Localization.sln
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:26:13 -07:00
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -07:00
build.sh Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:15 -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.