We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Localization of month calendar today and none buttons.

hi,
how can I localize text displayed at buttons in footer of month calendar ("Today", "None") ?
Adam.

3 Replies

JP Jagadeesan Pichaimuthu Syncfusion Team July 8, 2019 12:26 PM UTC

Hi Adam, 
 
Thanks for using Syncfusion product. 
 
You can able localize the static text used in the calendar footer such as today button and none button contents based on application requirement. In SfDateTimeEdit, we have used the SfCalendar control in drop down, you can refer the below guidelines to localize the today and none buttons in calendar control. 
 
 
And also you can refer the below sample for your reference. 
 
 
 
Let us know whether this helps also if you need any further assistance on this. 
 
Regards, 
Jagadeesan


RU Ruben March 30, 2020 04:00 PM UTC

Hi, It´s posible the calendar start on monday?

Thanks


UN Unknown Syncfusion Team March 31, 2020 08:12 AM UTC

Hi Ruben, 
 
Thanks for contacting Syncfusion support. 
 
We have checked your query “Need to set Monday as starting day in Calendar”. This can achieved by using FirstDayOfWeek property of SfCalendar and SfDateTimeEdit control as shown in below code snippet. 
 
C#: 
//For SfDateTimeEdit 
sfDateTimeEdit1.MonthCalendar.FirstDayOfWeek = DayOfWeek.Monday; 
 
//For SfCalendar 
sfCalendar1.FirstDayOfWeek = DayOfWeek.Monday; 
 
Screenshot : 
 
 
Regards, 
Niranjan Kumar 


Loader.
Live Chat Icon For mobile
Up arrow icon