aspnetcore/samples/LocalizationSample.Web
damianedwards 0c3e7b5a75 Improve usability of IHtmlLocalizer & associated API:
- IHtmlLocalizer no longer derives from IStringLocalizer
- IHtmlLocalizer indexer now returns LocalizedHtmlString
- IHtmlLocalizer has GetString methods now that act the same as IStringLocalizer.GetString
- Made LocalizedHtmlString a struct to match LocalizedString
- Updated samples in response to aspnet/Localization#167
- Rename "ancestor" to "parent" for loc API
- Fixes some doc comments
- Fixed tests
- #3716
2015-12-17 16:35:19 -08:00
..
Controllers MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
Models MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
Resources Improve usability of IHtmlLocalizer & associated API: 2015-12-17 16:35:19 -08:00
Views Improve usability of IHtmlLocalizer & associated API: 2015-12-17 16:35:19 -08:00
wwwroot MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
LocalizationSample.Web.xproj MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
Startup.cs Update to latest `UseRequestLocalization()` signature 2015-12-11 22:58:13 -08:00
project.json MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
readme.md MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00

readme.md

LocalizationSample.Web

This web site illustrates use cases for MVC localization.