Hello,
{$reviewDetailURL} is resolved as <a href = "<link>">View Review </a>. I would like to change default text(View Review) of the link. How can i do that? Or is it possible to get only the link of the review without a href tags?
Thanks in advance.
Try to encode the special Turkish chars.
I had similar behavior with Spanish chars.
For example: instead of "contraseña" I've used "contrase\u00F1a" in my customerstrings.properties file.