blazsolar / android-collapse-calendar-view

Android calendar view that can be toggled between week and month view.
MIT License
628 stars 207 forks source link

Localization issues #3

Closed guilhermearaujo closed 9 years ago

guilhermearaujo commented 9 years ago

I was wondering if there is any way to force the calendar to use a specific locale, rather than the system's current locale. Is it possible?

Also, I noticed that when the calendar is collapsed to the week view, the header always says "week #". Can this header be localized too? Can we alternatively display the month of the selected date instead of the week number?

blazsolar commented 9 years ago

There is no easy way to do this at the moment. I will try to add some sort of formatter functionality.