Application.CheckLanguage property (Word)
True if Microsoft Word automatically detects the language you are using as you type. Read/write Boolean.
Syntax
expression. CheckLanguage
expression An expression that returns an Application object.
Remarks
If you haven't set up Word for multilingual editing, the CheckLanguage property always returns False.
Example
This example checks to see if automatic language detection has been activated.
If Application.CheckLanguage = True Then
MsgBox "Automatic language detection is activated!"
End If
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.