Returns the language selected for the Microsoft Word user interface. Can be any valid MsoLanguageID constant. Read-only Long.
Remarks
For the list of valid MsoLanguageID constants, see the Object Browser in the Visual Basic Editor.
The value of this property is same as the value returned by the following expression:
Application.LanguageSettings _
.LanguageID(msoLanguageIDUI)