-
-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
English numbers in month view when locale changes #325
Comments
The picker tries to adapt to the locale of the device. Someone actually made a fork of this library to support the Persian calendar system, maybe that is useful for you |
thanks for your reply, I have already mixed your library with a PersianCalendar. the reason that the month and week labels are changed is that I have set every textView's font-Family to sans-serif. maybe that's why :) I also tried to change day numbers too but I couldn't do that. anyway I used a dirty way to get over this issue (I set the locale to "en" before opening the calendar, and set it back to what is was after dismissing it) |
Maybe I can make the locale an option (just like you can specify a TimeZone now). |
I'd be grateful. thanks for your support (y) |
the problem is my app has two languages and when I set app's locale to non-English locale (like "fa" for Persian language), the numbers in calendar change. look at screen shots before and after changing the locale. how can I have the calendar in English locale only
I have set fontFamily for every textViews in layout files but didn't solve the problem.
The text was updated successfully, but these errors were encountered: