WinUI3Localizer icon indicating copy to clipboard operation
WinUI3Localizer copied to clipboard

Localizing Microsoft.UI.Xaml.Controls.CalendarDatePicker weekday and month name

Open viktor-bov opened this issue 2 years ago • 2 comments

Hi Andrew, Could you please provide a guide to translate CalendarDatePicker control with your package? <CalendarDatePicker Date="{x:Bind ViewModel.DobTwo}" /> image Thank you in advance for your help. Kind regards Viktor

viktor-bov avatar Apr 12 '23 12:04 viktor-bov

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.

AndrewKeepCoding avatar Apr 13 '23 09:04 AndrewKeepCoding

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.

AndrewKeepCoding avatar Apr 28 '23 21:04 AndrewKeepCoding