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

[Solved] Localization of RadImageEditor

3 Answers 148 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
HDC
Top achievements
Rank 1
HDC asked on 29 Mar 2012, 09:58 AM

Hi,

On this page (http://www.telerik.com/help/silverlight/gridview-localization2.html) you provide information on the resources of the RadGridView control.

Can you provide the same information for the RadImageEditor, in order to perform localization on it?

Best Regards,

Peter

3 Answers, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 29 Mar 2012, 12:03 PM
Hi Peter,

Thank you for pointing out this lapse in our online documentation. We will schedule a revision and fix it soon.

In the meantime, you can find the steps for localizing RadControls for Silverlight which RadImageEditor abides to here. As for the strings that the image editor uses, please refer to the attached demo.

Note that some of the labels in RadImageEditorUI are set directly in XAML and are not subject to change when the current culture changes. If you would like to change them as well, you can use the telerik:LocalizationManager.ResourceKey attached property in XAML, as illustrated for the Resize label.

Greetings,
Iva Toteva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Luke Daugherty
Top achievements
Rank 1
answered on 30 Jul 2015, 05:48 PM
Still not seeing this information in the documentation...
0
Boby
Telerik team
answered on 04 Aug 2015, 11:41 AM
Hello Luke,

You can use the Image Editor Localization SDK demo. The demo doesn't include the localization strings for the recently released Draw and Shape tools, so I'll list them here (you can add this XML directly to the RadImageEditorResources.resx file):

<data name="ImageEditor_DrawTool" xml:space="preserve">
  <value>Draw</value>
</data>
<data name="ImageEditor_DrawTool_BrushColor" xml:space="preserve">
  <value>Brush Color:</value>
</data>
<data name="ImageEditor_DrawTool_BrushSize" xml:space="preserve">
  <value>Brush Size:</value>
</data>
<data name="ImageEditor_Shape" xml:space="preserve">
  <value>Shape</value>
</data>
<data name="ImageEditor_ShapeTool_BorderColor" xml:space="preserve">
  <value>Border Color</value>
</data>
<data name="ImageEditor_ShapeTool_BorderThickness" xml:space="preserve">
  <value>Border Thickness</value>
</data>
<data name="ImageEditor_ShapeTool_FillShape" xml:space="preserve">
  <value>Fill Shape</value>
</data>
<data name="ImageEditor_ShapeTool_LockRatio" xml:space="preserve">
  <value>Lock Ratio</value>
</data>
<data name="ImageEditor_ShapeTool_Shape" xml:space="preserve">
  <value>Shape</value>
</data>
<data name="ImageEditor_ShapeTool_ShapeFill" xml:space="preserve">
  <value>Shape Fill</value>
</data>
<data name="ImageEditor_ColorPicker_NoColorText_White" xml:space="preserve">
  <value>White</value>
</data>
<data name="ImageEditor_Shapes_Ellipse" xml:space="preserve">
  <value>Ellipse</value>
</data>
<data name="ImageEditor_Shapes_Line" xml:space="preserve">
  <value>Line</value>
</data>
<data name="ImageEditor_Shapes_Rectangle" xml:space="preserve">
  <value>Rectangle</value>
</data>

We'll also push the updated version to GitHub next week.

Regards,
Boby
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
ImageEditor
Asked by
HDC
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Luke Daugherty
Top achievements
Rank 1
Boby
Telerik team
Share this question
or