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)
 Internationalization (Multi Langual Support)

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-07-03 : 09:01:25
Tejas writes "Dear Sir,

Question : How to Store data of different Languages in different
Records of a table in same column ?

Description :

Table Structure
---------------
email varchar(100)
Name nvarchar(100)
Address nvarchar(200)

I want to store data from web form into the above table.
The data come from various part of the world and in different
regional languages like english, spanish, hindi, japanise, etc.

I want to store these data into above table (in email, Name,
Address fields). So this table contains different records of
different regional languages.

Now my question is
How to achieve this ? What special care should be taken ?
and how to retrieve this data from this table and display
into its original language ?

Please describe with example at your earliest. Any suggested links are also apprisiated.

Thanks,
Tejas

Note:
OS : Win2000
Database : SqlServer2000
Web : ASP"
   

- Advertisement -