What Johannes means is that wrapping the piece of code that outputs the "Français" text, in an @Html.Raw("Français") code snippet should prevent the improper encoding of the HTML, if the string that you're rendering is actually "Français" and not "Fran& #231;ais".
Could you let me/us know if your issue is the rendering of the string, or the actual converting of the html characters to their respective characters?
Language name
Hi, how can I rename or correct the text Francaise?
Thanks
Hey!
I believe you could wrap it in
@Html.Raw()
to correct it//Johannes
what do you mean?
Guido
Hi Guido,
What Johannes means is that wrapping the piece of code that outputs the "Français" text, in an @Html.Raw("Français") code snippet should prevent the improper encoding of the HTML, if the string that you're rendering is actually "Français" and not "Fran& #231;ais".
Could you let me/us know if your issue is the rendering of the string, or the actual converting of the html characters to their respective characters?
Kind regards,
Corné
Hi, I do not know where to change this string. my problem is the rendering of the string.
thanks Guido
is working on a reply...