User-296994568 posted
Hi, I have two sections in web.config file for globlization. One for root directory and one for sub directory.
<location path="." inheritinchildapplications="false">
<system.web>
<globalization resourceproviderfactorytype="something" uiculture="auto" enableclientbasedculture="true" />
</system.web>
</location>
and
<location path="Forum">
<system.web>
<globalization uiCulture="ar-SA"/>
</system.web>
</location>
But only one section work at a time. Please suggest.