Hi people,
The header says it all.
The template /Templates/ForumV2/Subscribe/Update.html looks like this
----
<html>
<body>
Hej, <!--@UserName-->.
<br/>
Der er en opdatering af <!--@Context--> "<!--@ContextHeadline-->".
<br/>
Følg dette link for at se det:
<br/>
<a href="<!--@ViewLink-->"><!--@ViewLink--></a>
<br/>
For at framelde <!--@Context--> brug dette link:
<br/>
<a href="<!--@UnsubscribeLink-->"><!--@UnsubscribeLink--></a>
</body>
</html>
-----
We translated the template to danish, but the output from the tag <!--@Context--> is still in english.
Where does the tag get it's text? Can it be translated aswell?