roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

localisation of calendar day numbers #450

Open danyyacoub opened 7 years ago

danyyacoub commented 7 years ago

Is there a way to show arabic letters when the phone is in arabic (as in have the text depending on the locale)

danyyacoub commented 7 years ago

The issue is with this line in CaldroidGridAdapter

cellView.setText(String.valueOf(dateTime.getDay()));

it should be String.format ....

souJd commented 6 years ago

Did you solve it please ? i want to display the month title and weeks in french. Thanks!