Hi everyone,
I want to acces to the strings of the ApplicationStrings file through the ResourceWrapper like this :
String loginlabel = ( (ResourceWrapper) App.Current.Resources["ResourceWrapper"] ).ApplicationStrings.LoginLabel;
in order to get the good string according to the current culture (language) but it doesn't work at all.
Any idea?
Thank you.