| Telerik.Web.UI.RadWindowUtils.Localization = |
| { |
| "Close" : "Close", |
| "Minimize" : "Minimize", |
| "Maximize" : "Maximize", |
| "Reload" : "Reload", |
| "PinOn" : "Pin on", |
| "PinOff" : "Pin off", |
| "Restore" : "Restore", |
| "OK" : "Custom text for OK", |
| "Cancel" : "Custom text for Cancel", |
| "Yes" : "Custom Text for Yes", |
| "No" : "Custom text for No" |
| }; Implementing the code above changes all the RadPopUp.. I want to have all the RadAlert have OK/Cancel Buttons and RadPrompt to have YES/NO Button..But the above code changes all the window... Thanks, DIP |