aspnetcore/test
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
..
LocalizationWebsite * Default ResourcePath behavior is to look next to .cs file 2015-12-15 11:53:55 -08:00
Microsoft.AspNet.Localization.FunctionalTests Added support for hierarchical culture fallback: 2015-12-15 14:56:04 -08:00
Microsoft.AspNet.Localization.Tests
Microsoft.Extensions.Localization.Tests