Currently I am trying to implement localization into a Shared Project. I read the guidelines and those note that using resx files is supported for PCL. Using resx for Shared Project requires implementing a hack like this example: Xamarin Example. I do not want to implement this.
Is there any other way possible to add localization for a shared project? Can I add values to the Android and iOS platform specific values and reference these from a Forms XAML ContentPage? I've searched many hours now, but nothing useful found yet.