Re: Multi Culture Applications

Tech-Archive recommends: Speed Up your PC by fixing your registry



Try this link:
http://msdn2.microsoft.com/en-us/library/c6zyy3s9.aspx

Also, if your application is using SQL Server make sure you use the
nVarChar, nChar, nText.. and not VarChar, Char, nText otherwise you will not
be able to store some languages.

Regards,
Brian K. Williams

"Goofy" <me@xxxxxxxx> wrote in message
news:eIwvelkNHHA.4848@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone have any experience developing applications which might be
used in non english speaking countries , even Japan.

I may have to get invloved in this and was wondering where I can find
experienced people to give me some pointers advice or point me to good
resources, tips, any help is appreciated.

Many thanks

G



--
Goofy



.



Relevant Pages

  • Re: Need of n inn queries
    ... N means Unicode (so you are passing an NCHAR, NVARCHAR or NTEXT value ... instead of CHAR, VARCHAR or TEXT). ... Aaron Bertrand ...
    (microsoft.public.sqlserver.programming)
  • varchar or nvarchar
    ... difference between varchar or nvarchar and char and ...
    (microsoft.public.sqlserver.programming)
  • Looking for a Tool to migrate database objects to support UNICODE
    ... support UNICODE, i.e. create/alter Tables with unicode datatypes, ... replace CHAR, VARCHAR with NCHAR, NVARCHAR in Views, Stored Procedures, ...
    (microsoft.public.sqlserver.tools)
  • Re: Cursor and Procedure
    ... I need to truncate those strings to the segments with 200 ... Actually problem is ntext hold> 4000 char. ... DECLARE @deptTriDes ntext ...
    (comp.databases.ms-sqlserver)
  • RE: Ntext Field Not Read by BDE
    ... varchar, but the other is a commercially released program, and changing the ... But if I can't change the end bit (BDE), or the beginning bit (SQL ntext ...
    (microsoft.public.sqlserver.server)