Forum Discussion

Carlos_J_Ro's avatar
Carlos_J_Ro
Copper Contributor
Feb 08, 2024

SELECT LANGUAGE from PHP

Hi, friends,

 

If I write SELECT @@language in Management Studio I obtain 'Spanish' but if I do from PHP 5 (Apache 2.2) I obtain 'us_english'.

 

How can I configure my PHP (or Apache) to obtain 'Spanish'.

 

In SQL Server properties I have default language=Spanish

 

Thanks a lot in advance

  • rmeldrum's avatar
    rmeldrum
    Copper Contributor
    Go to the security section in SSMS and right-click on the user you are logging in with from PHP then select properties.

    At the bottom of the general tab select the database you are connecting to then select the language. Your PHP login then should pick up the Spanish local settings.

    and as my wife is Spanish I had to learn so:

    Vaya a la sección de seguridad en SSMS y haga clic derecho en el usuario con el que está iniciando sesión desde PHP y luego seleccione propiedades.

    En la parte inferior de la pestaña general, seleccione la base de datos a la que se está conectando y luego seleccione el idioma. Su inicio de sesión de PHP debería seleccionar la configuración local en español.

Resources