sp_droplanguage

Description

Drops an alternate language from the server and removes its row from master.dbo.syslanguages.

Syntax

sp_droplanguage language [, dropmessages]

Parameters

language

is the official name of the language to be dropped.

dropmessages

drops all Adaptive Server system messages in language. You cannot drop a language with associated system messages without also dropping its messages.

Examples

Example 1

This example drops French from the available alternate languages, if there are no associated messages:

sp_droplanguage french

Example 2

This example drops French from the available alternate languages, if there are associated messages:

sp_droplanguage french, dropmessages

Usage

Permissions

Only a System Administrator can execute sp_droplanguage.

See also

System procedures sp_addlanguage, sp_helplanguage