Go to file
Eilon Lipton 379d6c7a63 Merge pull request #403 from hishamco/readme
Update README.md
2017-08-15 13:09:46 -07:00
build Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 17:06:11 -07:00
samples/LocalizationSample Make functional tests run for desktop 2017-08-09 10:25:45 -07:00
src
test Make functional tests run for desktop 2017-08-09 10:25:45 -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 Update README.md 2017-08-10 17:39:10 +03:00
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.

Providers

Community projects adapt RequestCultureProvider for determining the culture information of an HttpRequest.