MsoAppLanguageID Enumeration

Specifies a language setting in a Microsoft Office application.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoAppLanguageID
'Usage
Dim instance As MsoAppLanguageID
public enum MsoAppLanguageID

Members

Member name Description
msoLanguageIDInstall Install language.
msoLanguageIDUI User interface language.
msoLanguageIDHelp Help language.
msoLanguageIDExeMode Execution mode language.
msoLanguageIDUIPrevious User interface language used prior to the current user interface language.

Remarks

The msoAppLanguageID enumeration is used with the LanguageSettings member of the Application object to determine the language used for the install language, the user interface language, or the Help language.

See Also

Reference

Microsoft.Office.Core Namespace