It's easy to use RESX, but it's a problem in Xamarin.studio.
[monodroid] unhandled exception:[monodroid] System.Resources.MissingManifestResourceException:Could not find any Resources appropriate forThe specified culture or the neutral culture. Make sure"IWapp.Resx.AppResources.resources"was correctly embedded or linked into assembly"Rilevazionepresenze"at compile time, or so all the satellite assemblies required is loadable and fully signed. [Monodroid] at System.Resources.ResourceManager.AssemblyResourceMissing (string) [monodroid] at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo, BOOL,BOOL) [monodroid] at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo, BOOL,BOOL) [monodroid] at System.Resources.ResourceManager.GetString (string, System.Globalization.CultureInfo)
This problem is a namespace issue, and checking this option may occur:
Workaround:
If you add files that are Appresources.resx and AppResources.Designer.cs, respectively
The resource ID of the Appresources.resx property
and AppResources.Designer.cs inside (the red part)
[Global:: System.ComponentModel.EditorBrowsableAttribute (Global:: System.ComponentModel.EditorBrowsableState.Advanced)] Internal Static Global:: System.Resources.ResourceManager ResourceManager {Get { if(Object. ReferenceEquals (Resourceman,NULL)) { Global:: System.Resources.ResourceManager temp =New Global:: System.Resources.ResourceManager ("GZHB. Resxs.appresources",typeof(appresources). GetTypeInfo (). Assembly); Resourceman=temp; } returnResourceman; } }
The same will not be an error.
Xamarin.Forms's ResX