roomorama / Caldroid

A better calendar for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localisation of calendar day numbers

danyyacoub opened this issue · comments

commented

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

commented

The issue is with this line in CaldroidGridAdapter

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

it should be String.format ....

commented

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