We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28c5a3 commit 0ecbd13Copy full SHA for 0ecbd13
1 file changed
docs/t-sql/functions/langid-transact-sql.md
@@ -32,7 +32,7 @@ ms.author: maghan
32
33
## Syntax
34
35
-```
+```syntaxsql
36
@@LANGID
37
```
38
@@ -47,7 +47,7 @@ ms.author: maghan
47
## Examples
48
The following example sets the language for the current session to `Italian`, and then uses `@@LANGID` to return the ID for Italian.
49
50
+```sql
51
SET LANGUAGE 'Italian'
52
SELECT @@LANGID AS 'Language ID'
53
0 commit comments