Click or drag to resize
KaxSpellDictionaryLanguage Property
Gets or sets the dictionary language used for spellchecking.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string DictionaryLanguage { get; set; }

Property Value

Type: String
The default is en-US
Remarks
The language name is used to find a corresponding dictionary file. Spellchecking in en-US will work only if a file en-US.TDF can be found inside the folder pointed to by DictionaryPath.
See Also