You can get the current language of SQL Server with the following command:
SELECT @@LANGUAGE AS Current_Language;