Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 937 Bytes

Excel.Application.LanguageSettings.md

File metadata and controls

38 lines (23 loc) · 937 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.LanguageSettings property (Excel)
vbaxl10.chm133251
vbaxl10.chm133251
Excel.Application.LanguageSettings
631879d9-f43f-4985-32d0-77bf314956eb
04/05/2019
medium

Application.LanguageSettings property (Excel)

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

Syntax

expression.LanguageSettings

expression A variable that represents an Application object.

Example

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]