Forum Moderators: open

Message Too Old, No Replies

Multilingual website in ASP.Net 2.0

multilingual website in ASP.Net 2.0 Chinese fonts

         

NetCat

1:44 am on Apr 18, 2007 (gmt 0)

10+ Year Member



Hi

I'm working on a website in ASP.Net 2.0. The website should support two languages English and Chinese. User should be able to enter input in one of these two languages depending on the language he has selected.

Accepting in English is fine, but I have no clue how do I accept inputs in Chinese.

Do I need to download Chinese fonts?

I'm new to multilingual website development. This is my first project of this kind.

Any kind of clues, links on this will be of great help.

Thanks in advance

TheNige

11:08 pm on Apr 18, 2007 (gmt 0)

10+ Year Member



Well, if you are storing the Chinese input in the database, you'll want to use nvarchar as that will accept Unicode text.

NetCat

8:18 am on Apr 24, 2007 (gmt 0)

10+ Year Member



Thanks.
I'm using nvarchar and its working.
I hope I don't need to worry about Windows code pages, IME etc.