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
close icon

Delete dialog localisation is missing?

Hello,

I am trying to change the text in the header of the Delete dialog for Schedule, but I can't find the parameter to do this over localisation (I did findDeleteConfirmationfor the text).
Alternatively, if there is a function caller ( similar toappointmentWindowOpen ) I could use that.

Thank you for your help



3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team October 5, 2017 04:22 AM UTC

Hi Tomaz, 
 
Thank you for contacting Syncfusion support. 
 
We have prepared the sample to localize the delete conformation dialog which can be viewed from the below link. 
 
<Code> 
var customizationMessage = { 
    DeleteConfirmation: "Are you sure want to delete this attendance entry ?", 
    Delete: "Yes", 
    Cancel: "No", 
    MouseOverDeleteTitle: "Delete Alert" 
} 
$.extend(ej.Schedule.Locale["en-US"], customizationMessage); 
</Code> 
 
Unlike appointmentWindowOpen, no event will be triggered while opening the delete alert window. 
 
Regards, 
Karthigeyan 
 
 




TS Tomaz Smid October 5, 2017 09:19 AM UTC

"MouseOverDeleteTitle" is exactly what I needed,

thank you



KK Karthigeyan Krishnamurthi Syncfusion Team October 6, 2017 04:00 AM UTC

Hi Tomaz,  
 
We are happy to hear that your requirement has been fulfilled. 
 
Regards, 
Karthigeyan 


Loader.
Live Chat Icon For mobile
Up arrow icon