CheckLanguage Property 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