From e90775da929636a04394ee3e64cb5a4b7dea59be Mon Sep 17 00:00:00 2001 From: igorrylko Date: Thu, 22 Jan 2026 17:08:15 +0100 Subject: [PATCH] Add Rh.MessageFormat to Internationalization section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 983f752e..2adb990d 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,7 @@ Follows best practices and conventions to provide you a SOLID development experi ### Internationalization * [Localization](https://github.com/aspnet/Localization) - Localization abstractions and implementations for ASP.NET Core applications. * [NetCoreStack.Localization](https://github.com/NetCoreStack/Localization) - Database Resource Localization for .NET Core with Entity Framework and In Memory Cache +* [Rh.MessageFormat](https://github.com/Rheopyrin/Rh.MessageFormat) - High-performance ICU MessageFormat implementation with full CLDR support for 200+ locales, AOT-compatible, targeting .NET 8+. * [Westwind.Globalization](https://github.com/RickStrahl/Westwind.Globalization) - Database driven resource localization for .NET applications. ### IOC