Hi,
I'm trying to figure out a way to translate the text on the Mozilla paste helper dialog programmatically using server side code. Is it possible? Also, at the localization resource files, I noticed MozillaPasteHelper_Paste, and MozillaPasteHelper_UseControlVMessage. However, there is also a "Cancel" button. What resource name is used to translate the cancel button?
Thanks!
I'm trying to figure out a way to translate the text on the Mozilla paste helper dialog programmatically using server side code. Is it possible? Also, at the localization resource files, I noticed MozillaPasteHelper_Paste, and MozillaPasteHelper_UseControlVMessage. However, there is also a "Cancel" button. What resource name is used to translate the cancel button?
Thanks!
4 Answers, 1 is accepted
0
Hi Rasta,
RadEditor does not offer the ability to localize the elements inside its dialogs using server code.
You can customize the text of the Cancel button inside the dialog by opening the \App_GlobalResources\RadEditor.Dialogs.resx file and setting your own value for the Cancel property.
All the best,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
RadEditor does not offer the ability to localize the elements inside its dialogs using server code.
You can customize the text of the Cancel button inside the dialog by opening the \App_GlobalResources\RadEditor.Dialogs.resx file and setting your own value for the Cancel property.
All the best,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Rasta
Top achievements
Rank 1
answered on 26 Mar 2010, 09:28 AM
Is there no way to use DialogsStrings? I'm trying to find a property or method that returns DialogsStrings much like ToolsStrings is returned by Localization.Tools.
0

Rasta
Top achievements
Rank 1
answered on 29 Mar 2010, 04:28 AM
Anyone have any ideas on how to use DialogsStrings?
0
Hello Rasta,
RadEditor offers the ability to localize its dialogs only through the provided RadEditor.Dialogs.<language>.resx files.
We do not plan to provide a mean to localize the dialog strings from a Localization.Dialogs property because the localization of the dialogs is huge, it should be imported on the page which will make it bigger and this will decrease a couple of times the loading speed of the dialogs.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
RadEditor offers the ability to localize its dialogs only through the provided RadEditor.Dialogs.<language>.resx files.
We do not plan to provide a mean to localize the dialog strings from a Localization.Dialogs property because the localization of the dialogs is huge, it should be imported on the page which will make it bigger and this will decrease a couple of times the loading speed of the dialogs.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.