We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When using _loc.Text with params for formatting the messages, the string is not formatted.
_loc.Text
var ss = _loc.Text("Please click <a href='{0}'>here</a>", url).Value; // returns: // Please click <a href='{0}'>here</a>