Specifies the language environment for the session. The session language determines the datetime formats and system messages.
SET LANGUAGE {[N]'language' | @language_var}
The setting of SET LANGUAGE is set at execute or run time and not at parse time.
SET LANGUAGE permissions default to all users.
This example sets the default language to us_english.
SET LANGUAGE us_english
GO
Data Types | syslanguages (master database only) |
sp_helplanguage | SET |