Merge pull request #403 from hishamco/readme

Update README.md
This commit is contained in:
Eilon Lipton 2017-08-15 13:09:46 -07:00 committed by GitHub
commit 379d6c7a63
1 changed files with 7 additions and 1 deletions

View File

@ -20,4 +20,10 @@ Here are a few samples that demonstrate different localization features includin
* [Localization.StarterWeb](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.StarterWeb) - comprehensive localization sample demonstrates almost all of the localization features
* [Localization.EntityFramework](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.EntityFramework) - localization sample that uses an EntityFramework based localization provider for resources
* [Localization.CustomResourceManager](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.CustomResourceManager) - localization sample that uses a custom `ResourceManagerStringLocalizer`
* [Localization.CustomResourceManager](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.CustomResourceManager) - localization sample that uses a custom `ResourceManagerStringLocalizer`
### Providers
Community projects adapt _RequestCultureProvider_ for determining the culture information of an `HttpRequest`.
* [My.AspNetCore.Localization.Session](https://github.com/hishamco/My.AspNetCore.Localization.Session) - determines the culture information for a request via values in the session state.