Go to file
Nate McMaster 42a87b383d Upgrade to xunit 2.3.0-beta4 2017-08-22 17:21:09 -07:00
build Upgrade to xunit 2.3.0-beta4 2017-08-22 17:21:09 -07:00
samples/LocalizationSample Make functional tests run for desktop 2017-08-09 10:25:45 -07:00
src
test Upgrade to xunit 2.3.0-beta4 2017-08-22 17:21:09 -07:00
.gitattributes
.gitignore
.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
build.ps1
build.sh
version.xml

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.