Skip to content

Commit 2f58f33

Browse files
authored
Merge pull request #383 from hishamco/fix#338
Reference `Entropy` localization samples
2 parents 3a29c26 + 771f5b1 commit 2f58f33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ Travis: [![Travis](https://travis-ci.org/aspnet/Localization.svg?branch=dev)](
1313
Localization abstractions and implementations for ASP.NET Core applications.
1414

1515
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.
16+
17+
### Samples
18+
19+
Here are a few samples that demonstrate different localization features including: localized views, localized strings in data annotations, creating custom localization resources ... etc.
20+
21+
* [Localization.StarterWeb](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.StarterWeb) - comprehensive localization sample demonstrates almost all of the localization features
22+
* [Localization.EntityFramework](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.EntityFramework) - localization sample that uses an EntityFramework based localization provider for resources
23+
* [Localization.CustomResourceManager](https://github.com/aspnet/Entropy/tree/dev/samples/Localization.CustomResourceManager) - localization sample that uses a custom `ResourceManagerStringLocalizer`

0 commit comments

Comments
 (0)