Table of Contents
SpellCheckLanguages Property

Gets or sets languages used by the built-in spell checker.

Syntax
 public String SpellCheckLanguages { get; set; }
Remarks

By default, the built-in spellchecker uses the system language. You can override the language using this property. Multiple languages can be separated by ",". For example, the following code enables spellchecking on English (U.S.) and Spanish (Spain):

See Also