Go to file
Pranav K a403d39405 Make functional tests run for desktop
* Convert functional tests to run using TestServer
* Allow functional tests to run in parallel.

Fixes #360
Fixes #390
2017-08-09 10:25:45 -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
.travis.yml
CONTRIBUTING.md
LICENSE.txt
Localization.sln
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:32:39 -07:00
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.