September 28, 2007 at 3:10 am
i had a website in french language developped in asp.net and sqlserver2005. is it possible to use sqlserver 2005 english version to deploy the website
will i get struck at any point of view?
help required as soon as possible
September 28, 2007 at 3:22 am
sreedhar (9/28/2007)
i had a website in french language developped in asp.net and sqlserver2005. is it possible to use sqlserver 2005 english version to deploy the websitewill i get struck at any point of view?
help required as soon as possible
SQL Server supports unicode and multilingual applications. Have a look at http://technet.microsoft.com/en-us/library/ms190245.aspx
Regards,
Andras
September 28, 2007 at 3:35 am
Thanks for the quick reply.
Had one more point to clear
If the language of the Operating system is in English and the website and sqlserver is in French.
will i face some problems if i continue this?
Thanks in advance for the reply
Sreedhar
September 28, 2007 at 4:03 am
sreedhar (9/28/2007)
Thanks for the quick reply.Had one more point to clear
If the language of the Operating system is in English and the website and sqlserver is in French.
will i face some problems if i continue this?
Thanks in advance for the reply
Sreedhar
Both of these tools support internationalization quite well. Error messages will come in different languages, but assuming you are not passing these on to the user/internationalize them properly, it should not be a problem. Data formatting, like the format of dates, etc. should be handled by your application. Make sure dates do not get corrupted when put and retrieved from the database.
Andras
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply