Assigns or changes the alias for an alternate language.
sp_setlangalias language, alias
where
The alias replaces the current value of the syslanguages.alias for the original language.
The new alias can be used in place of the original language by the SET LANGUAGE statement.
This example assigns the alias name français to the original language name French.
sp_setlangalias français, french
Execute permission defaults to the system administrator.
master.dbo.syslanguages
SET | sp_helplanguage |
sp_droplanguage |