SQL @@LANGID

SQL @@LANGID Configuration Function will return the ID (local language identifier) of the language that is currently being used. Syntax behind this is @@LANGID SQL @@LANGID Example Below code snippet will show you the language ID currently used by SQL. SELECT @@LANGID AS ‘Language ID Number’ As you know that the language ID of the … Read more