Hello all
I am new to xamarin and I get this exception when I'm trying to globalize my project by using different language:
System.Resources.MissingManifestResourceException
HResult=0x80131532
Message=Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "MeatStore.Resources.AppResources.resources" was correctly embedded or linked into assembly "MeatStore.UWP" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Source=System.Private.CoreLib
Sample of my project:
https://tltechsa-my.sharepoint.com/:f:/g/personal/hadi_ltechpro_com/EoJD1_pfPJxNi8izySN9mPkBOfFYXK1b0kMKRYtJw0JPwQ?e=t6Zaqs
Please anyone can help me?