When I’ve started with Xamarin.Forms, my first problem was about app’s localization. All tutorials and also Xamarin documentation that I found regard only about PCL’s projects (that now are deprecated in favor of .net standard).
However, my scenario was better with shared project so I started the project in this way, saying to myself: “It’s time to face off the problem”.
I’ve thinked about a solution about app’s localization and I’ve developed the DewXamarinLocalization library, a .net standard library for xamarin forms.
So, let’s see how we can localize a Xamarin.Form shared project.
Continue reading “Localize your Xamarin Forms App with shared project.”