jsakamoto / Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
Mozilla Public License 2.0
246 stars 23 forks source link

Does not work in Blazor Hybrid MAUI .NET 7 #60

Open e012345678 opened 1 year ago

e012345678 commented 1 year ago

I am having issues with this in my Blazor Hybrid MAUI app compiled with .net 7. It works perfect in my PWA and WebApp but does not load the localization in my compiled apps. Seems to work when compiled to Windows but not Android and iOS. Not sure if its a bug or something I am doing wrong.

jsakamoto commented 1 year ago

@e012345678 The problem must be caused due to lack of consideration Blazor Hybrid MAUI scenario. It means the root reason of the problem comes from an architecture-level incompatibility in this library. This library was released before Blazor Hybrid MAUI was born, so it could not consider the Blazor Hybrid MAUI scenario at that time. I'd like to make this library applicable for .NET Hybrid MAUI eventually, but unfortunately, I don't have enough time to do that for now.