Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Supporting language translation

Author  Topic 

BPO_101
Starting Member

1 Post

Posted - 2006-02-10 : 02:07:40

Hi, I'm a basic-intermediate level developer. I have an assignment at this moment with regards to building a table for capturing the various texts on all the webpages of a website, and based on the user's language selection, set the language type.

Right now, I need to build it in english - chinese. I have no idea what information I would need to capture in my table. And I'm not very sure how to go about that. My webpage will be using ASP.NET 1.1.

Please advice on what I should do.


Philips Tan
Web Developer

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-02-10 : 09:25:24
Look for Collations in SQL Server help file
Also refer
http://www.sqlservercentral.com/columnists/dasanka/globilizationinsqlserver.asp

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -