Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the name of the language currently being used.
Transact-SQL Syntax Conventions
Syntax
@@LANGUAGE
Return Types
nvarchar
Remarks
To view information about language settings, including valid official language names, run sp_helplanguage without a parameter specified.
Examples
The following example returns the language for the current session.
SELECT @@LANGUAGE AS 'Language Name';
Here is the result set.
Language Name
------------------------------
us_english