This is a migrated thread and some comments may be shown as answers.

Rad editor dialogs - how to localize image manager pager?

3 Answers 82 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 25 Sep 2012, 12:03 PM
Hello,

I have some difficulties to localize RadEditor ImageManager dialog. For all the other dialogs there is a key named:
Common_GridPagerText
in RadEditor.Dialogs.resx file, which successfully localize all pagers in dialogs, except Image manager, where pager is not localized. Is there any other key to translate this pager?

Thank you in advance.

Adam

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Sep 2012, 11:07 AM
Hi,

The "Common_GridPagerText" property is read and applied currently in ViewMode="Grid" only:

<telerik:RadEditor id="RadEditor1" runat="server" Language="it-IT" >
    <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" ViewMode="Grid" />
</telerik:RadEditor>

This is a feature that should be implemented for Thumbnails mode.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Adam
Top achievements
Rank 1
answered on 28 Sep 2012, 06:51 AM
Thank You for Your answer. Still I would like to know how to set ViewMode of Image Manager through ConfigFile in RadEditor for Sharepoint. I tried to put it like this:

<property name="ImageManager-ViewMode">Grid</property>
but , as you might suspect from the fact that I am writing it, it did not work.

Thank You in advance.

Adam
0
Rumen
Telerik team
answered on 28 Sep 2012, 02:37 PM
Hi,

RadEditor for SharePoint still does not support the ViewMode property as well as the Thumnails mode. That is why you should not experience the problem.

Just make sure that the Common_GridPagerText property exists in the RadEditor.Dialogs.resx and RadEditor.Dialogs.<localization>.resx files and that you are using the latest version.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Adam
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Adam
Top achievements
Rank 1
Share this question
or