From 771f5b13e5d4189996707cb3239300eae25e00be Mon Sep 17 00:00:00 2001 From: hishamco Date: Wed, 14 Jun 2017 09:34:16 +0300 Subject: [PATCH] Reference `Entropy` localization samples --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dd4a76a004..47f8b87e0e 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ Travis: [![Travis](https://travis-ci.org/aspnet/Localization.svg?branch=dev)]( Localization abstractions and implementations for ASP.NET Core applications. This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. + +### Samples + +Here are a few samples that demonstrate different localization features including: localized views, localized strings in data annotations, creating custom localization resources ... etc. + + * [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