UltimateSpell Class Library

UltimateSpell.Dictionary Property

Gets or sets the dictionary to use for spell checking.

[Visual Basic]
Overridable Public Property Dictionary As String
[C#]
public virtual string Dictionary {get; set;}

Property Value

Dictionary to use for spell checking. The default value is "en-US" that stands for English (United States).

Remarks

Use this property to set the dictionary to use for spell checking. Note that only the English (en-US) dictionary comes with the initial installation. You may download all the other dictionaries from our website, and unzip them into the UltimateSpellInclude\Dictionary folder under the root of your web application.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace