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.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

Event

Audit option

Command or access audited

Information in extrainfo

38

exec_procedure

Execution of a procedure

  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

See also

Commands set

System procedures sp_addlanguage, sp_droplanguage, sp_helplanguage