Hi.
I've tried to implement localization using this document:
http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/
I've also download @CraigDunn https://github.com/xamarin/xamarin-forms-samples/tree/master/UsingResxLocalization project (it works fine also if it has some differences with code in the document).
I've done all that is in the document, but when the execution of my program arrives here:
entryUsername.Placeholder = AppResources.EntryUsernamePlaceholder;
I've an exception:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "RilevazionePresenze.AppResources.resources" was correctly embedded or linked into assembly "RilevazionePresenze" at compile time, or that all the satellite assemblies required are loadable and fully signed.
I don't understand the problem.
the AppREsources files are "embedded resources".
I've an "appresource" for default language and a "app resource.en" for english
what does it mean "fully signed"?
Can someone give me an help?
Thanks