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?
|
|
The Unfortunately the setCurrentLocale method is private so even if you subclass CalendarView you won't be able to change the locale used. You can see the Source code for CalendarView. |
||||
|
|
|
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. |
|||
|
|
