Change / Customize Delete Sub list items Confirmation message

Hello,

kindly how to change or customize the confirmation message when we try to delete the sub list items
i need to change the message to Arabic it will be easier for the end user to understand
find attached the following screenshot.

Hello @gkhadra!

Please use the following code. Replace SPDataTable0 with the control’s Internal Name and paste the desired text.

fd.control('SPDataTable0')._lang.SPDataTable_ConfirmDelete = "YourTextHere";

thank you @mnikitina for your time this code is what i am looking for.

1 Like