Closed ErikApption closed 3 years ago
Hi,
Good to know, Is something missing for Blazor App and I have this issue a lot of time on my developping days ^^
After looking to the Common.cs, can you explain the usage of this class ? Is it like the fallback csharp file in classic Microsoft localization ?
Oh, yes I created Common.cs to demonstrate how to have multiple json translation files if I recall correctly. Also, no, I did not see anything missing for the blazor app.
Ok. I will create a 3.1.0 today :)
Code merged.
IViewLocalizer ends up throwing an exception which according to https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-3.1 is expected:
The demo app works by replacing IViewLocalizer with IStringLocalizer