sp_setlangalias

Description

Assigns or changes the alias for an alternate language.

Syntax

sp_setlangalias language, alias

Parameters

language

is the official language name of the alternate language.

alias

is the new local alias for the alternate language.

Examples

Example 1

sp_setlangalias french, français

This command assigns the alias name “français” for the official language name “french”.

Usage

Permissions

Only a System Administrator can execute sp_setlangalias.

See also

Commands set

System procedures sp_addlanguage, sp_droplanguage, sp_helplanguage