_Application.LanguageSettings Property
Returns a LanguageSettings object, which contains information about the language settings in Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property LanguageSettings As LanguageSettings
Get
'Usage
Dim instance As _Application
Dim value As LanguageSettings
value = instance.LanguageSettings
LanguageSettings LanguageSettings { get; }
Property Value
Type: LanguageSettings