Telerik RTL arrow direction for Image Manager is not correct

1 Answer 13 Views
ImageEditor
Atul
Top achievements
Rank 1
Iron
Atul asked on 05 May 2025, 12:45 PM


For RTL languages, the "Back" and "Next" buttons on the Image Manager screen appear inverted.

How should I fix it? I also checked here, also the direction of the arrows is wrong for RTL languages.

Please help us fix this issue.


1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 May 2025, 12:55 PM

Hi Atul,

Can you please confirm the following: while the Back and Forward buttons are positioned correctly (mirrored compared to LTR mode), the arrow icons themselves are still pointing in the LTR direction. Is that the issue you are reporting?

If yes, to change the icons of both buttons in the dialog, you should:

  • Create your own RadEditor_Dialogs_RTL.CSS file that you will load in the dialog with this contents:
    .icnForward:before {
        content: "\e100" !important;
    }
    
    
    icnBack:before {
        content: "\e101" !important;
    }
    

  • Load the CSS file in RadEditor dialog through the DialogsCssFile="~/RadEditor_Dialogs_RTL.css" property. Here the path points to the RadEditor_Dialogs_RTL.css placed in the root of the web application.

 

Regards,
Rumen
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
Tags
ImageEditor
Asked by
Atul
Top achievements
Rank 1
Iron
Answers by
Rumen
Telerik team
Share this question
or