Each time you create a new login in SQL Server, you have the choice of assigning a default language to that login. If you don’t do this, the login will use the default language as specified in the default language server configuration option.
This article demonstrates how to set the default language server configuration option in SQL Server, using T-SQL.