Hi,
how can I use german umlaut like äöü in the Ribbon control?
This XAML line causes an "invalid sign" error:
<ribbon:Button Label="Steuersätze"/>
Thank you
KR
Michael
Hi,
how can I use german umlaut like äöü in the Ribbon control?
This XAML line causes an "invalid sign" error:
<ribbon:Button Label="Steuersätze"/>
Thank you
KR
Michael
Hi Michael,
Have you tried using the XML Unicode character entity for that character? For instance " is a quote. You'd replace the 22 with your hex character code.
If that doesn't work, then it might be that the font family being used doesn't support that Unicode character and that you'd need to use a different font family for the UI. But I would suggest trying the above first since that may work.
Hi,
you're right. I forgot to use the Unicode characters (I'm an absolute beginner in XAML).
Thank you very much.
Michael
Please log in to a validated account to post comments.