Mandrill-dotnet
Mandrill-dotnet copied to clipboard
How to handle language support in mandrill template?
trafficstars
I am using mandrill as a mail agent in my .net core application and it is working fine. Now the issue is I have multiple language support in my app (en, dk, sv etc) and I want to add only one template and handle the translations in that. Is this possible using if else or something else. In the api docs (https://mandrillapp.com/api/docs/) I couldn't find anything related to that.