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

Can this be used with Xamarin.Forms? #38

Closed amoraitis closed 3 years ago

amoraitis commented 3 years ago

Hi, can this solution work with a Xamarin.Forms project and MVVM?

This <TargetFramework>netstandard2.0</TargetFramework> makes me think that it should.

jsakamoto commented 3 years ago

@amoraitis I'm not familiar with Xamarin.Forms, but this library will not be available for localizing Xamarin.Forms application, I think.

For example, this library depends on "IJSRuntime" service (the service for interoperability with JavaScript engine on a Web browser) strongly.

amoraitis commented 3 years ago

Thank you for your answer. I don't have that experience with the IJSRuntime to know whether it can be used on mobile or not. I am closing this. For others, interesting in using a library for both Xamarin and Blazor, I went with the Embedded.Json.Localization NuGet.