_Application.CheckLanguage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool CheckLanguage { bool get(); void set(bool value); };
public bool CheckLanguage { get; set; }
member this.CheckLanguage : bool with get, set
Public Property CheckLanguage As Boolean
Property Value
Remarks
If you haven't set up Word for multilingual editing, the CheckLanguage property always returns False.