I'm using library which using WPFEextensions.
On mouse over ZoomControl there's tooltip in English (how to use zoom):
I want to change it to another language or write a custom tooltip message.
How can I do that?
I'm using library which using WPFEextensions.
On mouse over ZoomControl there's tooltip in English (how to use zoom):
I want to change it to another language or write a custom tooltip message.
How can I do that?
There are several (not such good) options:
- template;
- style;
- on init manually find element from visual tree and update tooltip value;