Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Japanese

Status
Not open for further replies.

beaniebear

Programmer
Sep 14, 2001
93
GB
I need to create a web page containing a simple questionaire. The questions need to be in multiple languages, including japanese. The database is SQL server 2000 and using IIS and ASP. The user will select the language when they enter the site which will then display only the correct questions which will be stored in one table.

I don't know where to start on enabling the japanese text to display in the web page. Any help would be appreciated?

Thanks
 
You could use images for the questions and just use some asp to show the correct image for the numder in the table... As far as selecting the language use a form with radio buttons and ones the user select the radio button submits the page, then store the correct lang in a session.

If you have further questions let me know.

Jason

It also looks like you may need to use more then 1 table to get the job done..but let me know if you understand.
 
Thanks for the response and with a small number of static questions this would be a good solution.

However, I was looking to write something a bit more dynamic. I have read that using SQL 2000 should allow me to store text of different languages in the same table. But I'm not sure how I get the ASP to display the content of the database as something more than just ????????.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top