SpellDictionary Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the dictionary to use for spell checking.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public string SpellDictionary { get; set; }
Visual Basic
Public Property SpellDictionary As String
	Get
	Set
Visual C++
public:
property String^ SpellDictionary {
	String^ get ();
	void set (String^ value);
}

Field 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