_Application.Language Property
Returns an MsoLanguageID constant that represents the language selected for the Microsoft Word user interface.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Language As MsoLanguageID
Get
'Usage
Dim instance As _Application
Dim value As MsoLanguageID
value = instance.Language
MsoLanguageID Language { get; }
Property Value
Type: MsoLanguageID