anusumesh 0 Newbie Poster

Hi,

I want to display web page in client language i.e. if client uses japaneese language than whole data should be displayed in japaneese.
I am creating dll using c# and i will use that dll in asp.
Can anyone plz help me in this issue i.e. support of Double Byte Char in c#.

I have tried using
Thread.CurrentThread.CurrentCulture = new CultureInfo(lcid);
where lcid=ja-jp for japaneese

But still its showing english only.


Thanks,
Anu