SQL Server >> chinese localization of english software suite

by flologic » Fri, 10 Sep 2004 03:49:18 GMT

Hi,

Our company is planning a project to localise our current software suite for
chinese market. As a SQL DBA, I would like to get more information of what
is involved from database admin and development perspective. I would
appreciate any help, artical links and/or materials links etc. Thanks.




SQL Server >> chinese localization of english software suite

by Richard Ding » Fri, 10 Sep 2004 23:37:43 GMT


I'm interested in this too. I would guess that you need Chinese locale,
collation etc. for the specific database.
Tables would be able to store Chinese characters. Developing programs may
still use English.




for





SQL Server >> chinese localization of english software suite

by wei xiao [MSFT] » Sat, 11 Sep 2004 05:32:20 GMT


Similar Threads

1. full text search with language other than english(ex chinese, japanese)

2. Search on document with both chinese and english content

Hi there,
After having posted on question on the sharepoint.windowsservices newsgroup 
an MVP has redirected me to this newgroups saying that maybe someone over 
here could help me as Sharepoint is leveraging the SQL Server Full Text 
Search capabilities. 
So here goes my original posting:

One of our subsidiaries is located in china. We have installed an English 
version of WSS/SPS there. Now our users in china are storing both documents 
in English and in Chinese in WSS. Search on the english content works fine 
(obviously). But we do not know how to configure WSS to allow searching 
chinese content. Can anyone give me some directions on this matter?

So does anyone know if there is something in SQL to configure to allow for 
this to work?

Thanks in advance

3. read chinese in vfp (using English Version WindowXP) - SQL Server

4. Performance impact when switching from US English to Chinese P

5. Performance impact when switching from US English to Chinese PRC l - SQL Server

6. the symbol of chinese bracket and English bracket

Hi
  I create a table with a field of varchar type,and when I insert values of
chinese bracket and English bracket in this table,it seems the server can't
distinguish the difference of them.follows is the script:

  1.create table test(col1 varchar(10))
  2.insert into test values('(')  --English bracket
    insert into test values('') --Chinese bracket
  3.select * from test where col1='('
  the result include the two records I inserted,but what I expected is the
only one of the No 1 record.

anyone can help me?

Thanks in advance!



7. English Win NT Server with SQL 6.5 Server and Trad Chinese XP Client - SQL Server

8. Combination of English and Chinese characters in Microsoft SQLServer 2000

Hello,
We have Microsoft SQL Server 2000 with Service Pack 3a installed. In
one of our databases, we have a table REQ with one of the fields
COMMENT being defined as TEXT. Now, when we try to view the COMMENT
field, it shows us only English characters whereas the Chinese
characters are displayed as ?.
Is it possible to store both English and Chinese characters in the same
column of a table? If yes, then how?
Thanks in advance.
New user.