hi
Our edit/admin/dashboard is changed the RTL(right to left) direction (our Editor site use ar-AE as default culture)
We tried to use this below config (web.config) to change the direction back to LTR (Left To Right)
<location path="episerver"><system.web>
...<globalization culture="en-US" uiCulture="en" requestEncoding="utf-8" responseEncoding="utf-8" />
...</system.web>
...</location>
=> Bu it still does not work. (in <head> tag, we saw some RTL css files - ShellCore-RTL.css .... )
Does anyone know why Episerver include these *-RTL.css file ?
Thank you for your help