I have an xml file named "Strings.resx" for translation. I want to make some text highlighted I tried to put span
something like this:
<span style="background: red;color: #000000;">VERDERGAAT</span>
and it doesn't work.
you can not put "<" and ">" inside resx files
so you should simply do it like this:
<span style='background: red;color: #000000;'>VERDERGAAT</span>
this should be ok now.
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