Get Current Language of SQL Server May 1, 2019 You can get the current language of SQL Server with the following command: SELECT @@LANGUAGE AS Current_Language;