_Application.CheckLanguage Property

Definition

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.

Applies to