Initializes a new instance of the TXSpellChecker class.

TXSpellChecker()

public TXSpellChecker();
Public Sub New()

TXSpellChecker(String)

public TXSpellChecker(string language);
Public Sub New(language As String)

Parameters

Parameter Description
language The name of a dictionary that is located in the default dictionary folder and is loaded as default dictionary. The parameter corresponds to the TXSpellChecker.Language property.