LanguageSettings Object
Returns information about the language settings in a Microsoft Office application.
Remarks
Use Application.LanguageSettings.LanguageID(), where MsoAppLanguageIDis a constant used to return locale identifier (LCID) information to the specified application.
Example
The following example returns the install language, user interface language, and Help language LCIDs in a message box.
| Visual Basic for Applications |
|---|
|
Use Application.LanguageSettings.LanguagePreferredForEditing to determine which LCIDs are registered as preferred editing languages for the application, as in the following example.
| Visual Basic for Applications |
|---|
|
See also:
| MsoAppLanguageID |