I have written below query in a function to send the message when the check box is checked:
if @work_permit_check_box = 1 /*and @work_permit= 0 checked*/ beginexec tsf_send_message 'Please change the work permit expiration date.', null, 1;end
How can I translate this message?