title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.LanguageSettings property (Excel) |
vbaxl10.chm133251 |
|
|
631879d9-f43f-4985-32d0-77bf314956eb |
04/05/2019 |
medium |
Returns the LanguageSettings object, which contains information about the language settings in Microsoft Excel. Read-only.
expression.LanguageSettings
expression A variable that represents an Application object.
This example returns the language identifier for the language that you selected when you installed Microsoft Excel.
Set objLangSet = Application.LanguageSettings
MsgBox objLangSet.LanguageID(msoLanguageIDInstall)
[!includeSupport and feedback]