Click here to Skip to main content
15,922,407 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am applying different globalization settings for main and sub directory.

XML
<location path="." inheritinchildapplications="false">
<system.web>
 <globalization resourceproviderfactorytype="something" uiculture="auto" enableclientbasedculture="true" />
</system.web>
</location>


and
XML
<location path="Forum">
    <system.web>
      <globalization uiculture="ar-SA" />
    </system.web>
  </location>


But only one setting works at a time. Please suggest.
Posted
Updated 18-Dec-12 2:01am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900