LanguageID Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.  

Returns a Long representing the locale identifier (LCID) for the install language, the user interface language, or the Help language. Read-only.

expression.LanguageID(id)

expression   Required. An expression that returns one of the objects in the Applies To list.

MsoAppLanguageID

MsoAppLanguageID can be one of these MsoAppLanguageID constants.
msoLanguageIDExeMode The language mode that the component is using. This setting affects languages that can be displayed and edited, available language-specific features, number styles, currency settings, and so forth.

If none of the supported languages are used, the host application will not be configured to support right-to-left and East Asian languages. The supported languages are as follows:

Arabic

Farsi

Hebrew

Japanese

Korean

Simplified Chinese

Traditional Chinese

Urdu

Yiddish

msoLanguageIDHelp The language used for online Help.
msoLanguageIDInstall The language settings used by  the Microsoft Office Web Components to set up defaults.
msoLanguageIDUI The language used by the host application's user interface.
msoLanguageIDUIPrevious The language setting for the user interface when a given computer was last rebooted. A program or add-in can use this to determine whether the user interface language has changed.