How to use german umlaut in the Ribbon control

Ribbon for WPF Forum

Posted 8 years ago by Michael Bayer
Version: 16.1.0631
Avatar

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

Comments (2)

Answer - Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Michael,

Have you tried using the XML Unicode character entity for that character?  For instance &#x22; 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.


Actipro Software Support

Posted 8 years ago by Michael Bayer
Avatar

Hi,

you're right. I forgot to use the Unicode characters (I'm an absolute beginner in XAML).

Thank you very much.

Michael

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.