MsoAppLanguageID Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a language setting in a Microsoft Office application.
public enum class MsoAppLanguageID
public enum MsoAppLanguageID
type MsoAppLanguageID =
Public Enum MsoAppLanguageID
- Inheritance
-
MsoAppLanguageID
Fields
Name | Value | Description |
---|---|---|
msoLanguageIDInstall | 1 | Install language. |
msoLanguageIDUI | 2 | User interface language. |
msoLanguageIDHelp | 3 | Help language. |
msoLanguageIDExeMode | 4 | Execution mode language. |
msoLanguageIDUIPrevious | 5 | 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.