Hi Asami,
- Yes, When you are using date picker in your application it will be in English by default.
If you want to change the language in the calendar.

You can use this expression in Advanced format.
"{
i18n : {
previousMonth : '前月',
nextMonth : '前月',
months : ['一月','二月','三月','四月','五月 ','六月','七月','八月','九月','十月','十一月','十二月'],
weekdays : ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'],
weekdaysShort : ['nichiyoubi','getsuyoubi','kayoubi ','suiyoubi','mokuyoubi ','kin'youbi','doyoubi']
}
}"
Regards,
Mohamed Zubair Ahmed