0
How do I create Resources in a Xamarin Forms application using the Shared Project methodology?
I searched for several examples and they all explain and have demos for Portable versions. I tried every way I saw ahead but I can’t use RESX files in the shared project.
Someone would know how to help me?
Thank you for your attention
Your difficulty in finding examples may be because it is not recommended by Xamarin:Shared Projects are not Recommended
– rubStackOverflow
Friend, do not recommend you use the Shared, for the vast majority of Xamarin projects the PCL is the best choice.
– Giullianogp