sp_helplanguage

Description

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

Syntax

sp_helplanguage [language]

Parameters

language

is the name of the alternate language you want information about.

Examples

Example 1

Displays information about the alternate language, “french”:

sp_helplanguage french

langid dateformat datefirst upgrade     name 
       alias
       months
       shortmonths
       days
------ ---------- --------- ----------- ----------------------- 
      ---------------------------- 
      -----------------------------------------------------------
      -----------------------------------------------------------
      -----------------------------------------------------------
1     dmy        1         0         french
      french
      janvier,février,mars,avril,mai,juin,juillet,août,septembre,
          octobre,novembre,décembre
      jan,fév,mar,avr,mai,jui,juil,aoû,sep,oct,nov,déc
      lundi,mardi,mercredi,jeudi,vendredi,samedi,dimanche

Example 2

Displays information about all installed alternate languages:

sp_helplanguage

Usage

Permissions

Any user can execute sp_helplanguage.

See also

System procedures sp_addlanguage, sp_droplanguage, sp_setlangalias