This question is locked. New answers and comments are not allowed.
Hi,
I need to localize the confirmation text in RadConfirm alert using a resource file. I've tried using asp:literals inside this call instead of text
radconfirm("Text to be localized", confirmCallbackFunction, 300, 100, null, "Text to be localized2");
That did not work. Any suggestions?
Thanks!
Edit: Solved it, thank you!
I need to localize the confirmation text in RadConfirm alert using a resource file. I've tried using asp:literals inside this call instead of text
radconfirm("Text to be localized", confirmCallbackFunction, 300, 100, null, "Text to be localized2");
That did not work. Any suggestions?
Thanks!
Edit: Solved it, thank you!