Office Core Primary Interop Assembly Reference
MsoAppLanguageID Enumeration
Specifies a language setting in a Microsoft Office application.

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

Usage

Visual Basic
Dim msoAppLanguageID1 As MsoAppLanguageID = MsoAppLanguageID.msoLanguageIDExeMode
Syntax

Visual Basic
Public Enum MsoAppLanguageID
C#
public enum MsoAppLanguageID
C++
public enum class MsoAppLanguageID
J#
public enum MsoAppLanguageID
JScript
public enum MsoAppLanguageID
Members

Member nameDescription
msoLanguageIDExeModeExecution mode language.
msoLanguageIDHelpHelp language.
msoLanguageIDInstallInstall language.
msoLanguageIDUIUser interface language.
msoLanguageIDUIPreviousUser 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.


Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Page view tracker