Schedule component, change quick window button text

As I have mentioned in the question title, I just need to change the quick window button text "Create Appointment" into "Create Event", "Edit Appointment" link text into "Edit Event" and also the Editor window title "Create Appointment" into "Create Event" only. Is there a easy way of making these changes without using custom templates ?

Any help would be appreciable.

Here is my code so far :
$events = new AppointmentSetting();
$events->dataSource($data)
->id('id')->subject('subject')->startTime('start_time')->endTime('end_time')
->description('description');

$calendar = new Schedule('events-calendar');
$calendar->width('100%')->height('500px')
->currentDate(now())->appointmentSettings($events)->views(['Month'])
->showAppointmentNavigator(false)
->cellClick('onCellClick');

3 Replies 1 reply marked as answer

NR Nevitha Ravi Syncfusion Team January 4, 2021 05:22 AM UTC

Hi Shanaka, 

Greetings from Syncfusion Support. 

We can change the specific local words of scheduler, please refer to the following UG and get back to us if you need any assistance. 

Regards, 
Nevitha 


Marked as answer

SP shanaka perera January 6, 2021 12:45 AM UTC

Hi Nevitha,

Thank you very much for the information and I found the solution there.


NR Nevitha Ravi Syncfusion Team January 6, 2021 03:23 AM UTC

Hi Shanaka, 

You are most welcome..! We are glad that our provided solution helped you, please get back to us if you need any further assistance. 

Regards, 
Nevitha 


Loader.
Up arrow icon