WinUI3Localizer
WinUI3Localizer copied to clipboard
Localizing Microsoft.UI.Xaml.Controls.CalendarDatePicker weekday and month name
Hi Andrew,
Could you please provide a guide to translate CalendarDatePicker control with your package?
<CalendarDatePicker Date="{x:Bind ViewModel.DobTwo}" />
Thank you in advance for your help.
Kind regards
Viktor
Hi @viktor-bov! Thanks for trying out the WinUI3Localizer.
I created a sample app here.
You can see how to localize the days of the week there.
Each month comes with the year number in the same TextBox so it's a bit tricky.
I'll see if I have time for that tonight.
Sorry for taking too much time. I found some weird behavior trying to localize the YearViewPanel (the panel where you select months). Besides the YearViewPanel the sample app should work.