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
See Also