I have the following class that use :
var imageSource = ImageSource.FromResource(Source, Assembly.GetExecutingAssembly());
but when I use it in XAML :<Button Text="sss" Image="{i18n:ImageResourceExtension TerminalAG.add-user-32.png}"/>
<Image Source="{i18n:ImageResourceExtension TerminalAG.add-user-32.png}" />
Only the image show the picture no error what so ever. Any ideas.
I am givin the link I read from in advance since I had trouble coming the code :) https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/images?tabs=vswin
Thanks in advance