Closed AndreaGuarducci closed 1 year ago
Yes, you can use the NavigationViewTemplate
property of the CalendarView and use a NavigationView
inside the ControlTemplate
.
The NavigationView
has all the properties of a Label
so you would do the same thing as you would do when manually adding a translation for a Label
element.
Remember to set the ForwardsArrowCommand
and BackwardsArrowCommand
if you want to use those. I believe a relative binding with mode 'TemplatedParent' would be easiest.
A list of the NavigationView
's properties can be found on the wiki page here.
Related questions: #29, #42
TY!
Hello, thx for u'r work, is there a way to manually translate month's names?