Hi... it is possible to set localization for Help dialog? How to create my own Help dialog?
Thanks?
2 Answers, 1 is accepted
0
Lini
Telerik team
answered on 18 Apr 2008, 07:54 AM
Hello,
Currently, the help dialog does not have any localizable elements (except the OK button). However, you can easily create your own help dialog and enter any content you want in it. Here is how to do that:
1) Set the ExternalDialogsPath property of the editor to a folder in your web site:
2) Create a new file called Help.ascx in the folder you set in the previous step (e.g. ~/Dialogs/Help.ascx). Here is how the file contents should look like:
There are only two limitations you need to take into account - you cannot assign a code file for the Help.ascx file and you cannot use code blocks (<% %>). Everything else should work fine.