From 5fc42c6dfc19304b606420f4b54dae94f0f08125 Mon Sep 17 00:00:00 2001 From: hishamco Date: Thu, 10 Aug 2017 17:39:10 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f8b87e0e..eca284a422 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file + * [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. \ No newline at end of file