Share via


Application.LanguageSettings Property (Excel)

Returns the LanguageSettings object, which contains information about the language settings in Microsoft Excel. Read-only.

Syntax

.LanguageSettings

A variable that represents an Application object.

Example

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

Set objLangSet = Application.LanguageSettings 
MsgBox objLangSet.LanguageID(msoLanguageIDInstall)

참고 항목

개념

Application Object Members

Application Object