Dictionary Property

UltimateSpell

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

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

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

Field 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