Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to localize CalendarView or DatePicker?

My users' calendar is Persian calendar. I have an algorithm to change date and time between western and Persian calendar. I want to use CalendarView or DatePicker for my users for selecting dates. Is it possible to localize CalendarView and DatePicker for supporting my local calendar?

like image 752
Conscious Avatar asked Nov 13 '22 06:11

Conscious


1 Answers

Yes, it is possible. But you shouldn't use default calender View. You should use Custom View with Google calender Api's. iff you use default calender View, Number's don't change and conntents also don't change, For changing the contents, you should use translate.google.com api's to change the content localization.

like image 85
Naveen Avatar answered Nov 16 '22 04:11

Naveen