Go to file
damianedwards 1c5362bccb Added support for hierarchical culture fallback:
- Enabled by default and configured by RequestLocalizationOptions.FallbackToAncestorCulture/FallbackToAncestorUICulture
- Tries all candidate cultures first before trimming the list to parents and trying again, until a match is found, depth limit is reached, or none is found
- Updated functional tests to cover fallback case
- #112
2015-12-15 14:56:04 -08:00
samples/LocalizationSample Usability improvements: 2015-12-11 15:21:07 -08:00
src Added support for hierarchical culture fallback: 2015-12-15 14:56:04 -08:00
test Added support for hierarchical culture fallback: 2015-12-15 14:56:04 -08:00
tools Strong name everything. 2015-11-03 12:14:18 -08:00
.gitattributes
.gitignore Ignore `launchSettings.json` files 2015-12-02 14:06:55 -08:00
.travis.yml Allowing CoreCLR tests to run on Travis 2015-12-01 12:42:34 -08:00
CONTRIBUTING.md
LICENSE.txt
Localization.sln
NuGet.config Updating to release NuGet.config. 2015-10-28 12:43:09 -07:00
NuGetPackageVerifier.json
README.md Update README.md 2015-12-08 14:31:08 -08:00
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

Localization

AppVeyor: AppVeyor

Travis: Travis

Package aspnetvolatiledev aspnetcidev aspnetvnext NuGet
Microsoft.Extensions.Localization MyGet MyGet MyGet NuGet
Microsoft.AspNet.Localization MyGet MyGet MyGet NuGet

Localization abstractions and implementations for ASP.NET 5 applications.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.