I am doing some localization and have bumped into a problem that I cant seem to figure out.
I need the following displayed: tcpCO₂ (where tcp is in italic)
<Italic>tcp</Italic> CO₂
I thought I could just put the HTML in my .resx file and all would be marry, but the content of the output shows the html including brackets etc. Does anyone have inputs in this matter?
I use an attached behavior to display rich XAML text in a
TextBlock:You can use it like this:
However, in your case don’t have access to the
TextBlockdirectly, since it’s in the caption template of theLayoutPanel. So you need to redefine this template to apply the behavior on theTextBlock: