-
Hello, Is it possible to change date formats displayed in DatePicker popup? I am using this tool kit in Japanese language. I understand how to change the language seeing a demo, I would like to know if there is a way to change it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hi, how to change Datepicker language |
Beta Was this translation helpful? Give feedback.
-
@donvan
|
Beta Was this translation helpful? Give feedback.
@donvan
hi,
set a Language attribute in a xaml file.
for example Japanese locale.
<DatePicker Language="ja-JP" />