I would like to use a resource file to send an email. In my resource file I used a variable "EmailConfirmation" with the value "Hello {userName} ... "
In my class I used:
public static string message (string userName)
{
return Resource.WebResource.EmailConfirmation
}
The problem is that the return says "Hello {userName}" instead of "Hello Toto".