This is a migrated thread and some comments may be shown as answers.

Rad Scheduler in Hebrew

1 Answer 34 Views
Forum suggestions
This is a migrated thread and some comments may be shown as answers.
Hardik
Top achievements
Rank 1
Hardik asked on 20 Jul 2012, 06:49 AM
Hello All

Currently I am using the RadScheduler in my project.I want to show the dates in the Hebrew Language.
I have used the Culture property of the RadScheduler but it will show the month names and days names in the Hebrew language but I want to show the dates in the Hebrew Language. See the next image


Here is the calendar and on the place of the the "Black Box" I want to show the Hebrew date. So is there any way of doing this?

Thanks in Advance to all.


1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Jul 2012, 09:26 AM
Hello Hardik,

You can right-align the date in month view with the following css rule:
.rsMonthView .rsContentTable .rsDateBox
    {
        text-align:right;  
    }


Greetings,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Forum suggestions
Asked by
Hardik
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or