Hi, friends,
I I type this in SQL Server Management Studio:
If I do from a script in PHP 5 (Apache 2.2) I get 'us-english'.
How can I get 'Spanish' from PHP script?
Thanks a lot in advance
I I type this in SQL Server Management Studio:
I get 'Spanish'. In SQL Server propierties, default language is spanish. So this is ok.SELECT @@language;
If I do from a script in PHP 5 (Apache 2.2) I get 'us-english'.
How can I get 'Spanish' from PHP script?
Thanks a lot in advance