Dear all .Netters,
How do i change my intranet application culture to Japanase culture.
I had done 2 things, but nothing worked.
1. In my web config, i put this script
<system.web>
<globalization culture="ja-JP" uiCulture="ja-JP" />
</system.web>
2. or
<system.web>
<globalization enableClientBasedCulture="true" />
</system.web>
in my IE, i changed the language to Japanese, but only effected for Google.
3. in page directive i added this code ==> culture="ja-JP" uiCulture="ja-JP"
Please help me to impress my boss :):):):):)