Strange, that no one asked this before....
I am creating templated HTML emails for 4 languages. I want to put the HTML templates into my .resx files to have easy, in
Well, I found a way like that:
First I created partial view in multiple languages and put the path of this partial views into .resx files. Next, I called @Html.Partial() method with the Resource string.
.resx
@Html.Partial()
Please see the images below: