I am developing a standard small ASP.NET MVC website which will be made multilingual using ASP.NET resource files.
My question is about the resource files. See if you have a block of text which should be shown in paragraphs, is it appropriate to add <p>
tags inside your resource file text?
If not, what would be the best way to deal with it?
You can use the @Html.Raw
method inside your view, e.g. @Html.Raw(STRING FROM RESX FILE HERE)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With