Syntax

expression.LanguageSettings

expression A variable that represents an Application object.

Example

This example returns the language identifier for the language you selected when you installed Microsoft Excel.

Visual Basic for Applications
Set objLangSet = Application.LanguageSettings MsgBox objLangSet.LanguageID(msoLanguageIDInstall)
language language settings Language Settings Property LanguageSettings LanguageSettings Property

See also: