_Application.CheckLanguage Property
Determines if Microsoft Word automatically detects the language you are using as you type. Returns True if Microsoft Word automatically detects the language you are using as you type, and False if it does not automatically detect the language.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CheckLanguage As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.CheckLanguage
instance.CheckLanguage = value
bool CheckLanguage { get; set; }
Property Value
Type: System.Boolean
Remarks
If you haven't set up Word for multilingual editing, the CheckLanguage property always returns False.