KaxSpellDictionaryLanguage Property |
Gets or sets the dictionary language used for spellchecking.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DictionaryLanguage { get; set; }
Public Property DictionaryLanguage As String
Get
Set
public:
property String^ DictionaryLanguage {
String^ get ();
void set (String^ value);
}
member DictionaryLanguage : string with get, set
Property Value
Type:
StringThe 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