Go to file
Pranav K 01077cda3e Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 08:30:50 -07:00
build Update dependencies.props 2017-06-29 08:30:50 -07:00
samples/LocalizationSample
src Remove usage of TaskCache 2017-06-08 13:47:19 -07:00
test
.gitattributes
.gitignore
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:38:47 -07:00
CONTRIBUTING.md
LICENSE.txt
Localization.sln
NuGet.config
NuGetPackageVerifier.json
README.md Reference `Entropy` localization samples 2017-06-21 20:20:33 +03:00
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

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.