Go to file
Pranav K fe3b5ea4dd Fixup namespaces 2017-08-08 15:36:01 -07:00
build Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 17:06:11 -07:00
samples/LocalizationSample
src
test Fixup namespaces 2017-08-08 15:36:01 -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
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 Ensure fallback to curl after failed wget 2017-08-02 14:32:39 -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.