Some of investigating besides the default options in Blazor: https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-6.0 - Sample for WASM only: https://github.com/pranavkm/LocSample - https://github.com/jsakamoto/Toolbelt.Blazor.I18nText - JSON based: https://github.com/xaviersolau/MediumBlazorArticleSeries/tree/with_json/JsonLocalizer, or JSON based with cached: https://github.com/hishamco/My.Extensions.Localization.Json/tree/dev/src/My.Extensions.Localization.Json, and this from another community [BootstrapBlazor - Localization-Json](https://github.com/dotnetcore/BootstrapBlazor/tree/main/src/BootstrapBlazor/Localization/Json) But we think we need the option on the holistic view on both server and client sides so that we can localize model validation, error message...
Some of investigating besides the default options in Blazor: https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-6.0
But we think we need the option on the holistic view on both server and client sides so that we can localize model validation, error message...