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 :):):):):)

What do you mean by "not worked"? Do you have your resources set up properly? You can also try setting it programmatically (refer to the last bit of this page).

I mean "not worked" is the page language culture was still English not Japanes.

By the way, how do i set the culture programmatically ??

I gave a link for that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.