sp_helplanguage System Stored Procedure

Reports information about a particular alternate language or about all languages.

Syntax

sp_helplanguage [language]

where

language
Specifies the alternate language about which information is to be displayed.

Remarks

When language is supplied, sp_helplanguage reports on the specified language. When no parameter is supplied, sp_helplanguage reports on all languages in master.dbo.syslanguages.

Examples

A.    Help on a Single Language

This example displays information about the alternate language French.

sp_helplanguage french
B.    Help on All Languages

This example displays information about all installed alternate languages.

sp_helplanguage

Permission

Execute permission defaults to the public group.

Table Used

master.dbo.syslanguages

See Also

sp_droplanguage sp_setlangalias