UltimateSearch Class Library

UltimateSearchOutput.SpellDictionary Property

Gets or sets the dictionary to use for spell checking.

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

Property Value

Dictionary to use for spell checking. The default value is "".

Remarks

Use this property to set the dictionary to use for spell checking.

If a dictionary is not specified the spell checker will automatically load all the words indexed by UltimateSearch into its dictionary.

You may set this property to "en-US" to load the dictionary for English (United States) if you copied the UltimateSpellInclude folder into the root of your web application.

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.

para>

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace