AI OnAI Off
You can override this in your web.config file:
<location path="episerver">
<system.web>
...
<globalization culture="en-US" uiCulture="en" requestEncoding="utf-8" responseEncoding="utf-8" />
...
</system.web>
...
</location>
Note the addition of the culture="en-US" and uiCulture="en" to the <globalization> element
hi
our content editor preffer the he-il language selected as default ( when en was selected ther created page in english by mistake)
i will try culture="he-il" uiCulture="en"
i need the english (rtl) but the he-il selected as default in the languages
hi
our site uses
<globalization culture="he-il" uiCulture="he-il" requestEncoding="utf-8" responseEncoding="utf-8" resourceProviderFactoryType="EPiServer.Resources.XmlResourceProviderFactory, EPiServer" />
which cause the edit/admin/dashboard to change the direction rtl ( right to left)
can i change this behaviour to the old one( ltr) ? it's not completed and alot of mess to the editing ( css and html problems)