product caption

Different Custom Dictionaries

Run example in: C# VB.NET



In this example we will separate John's custom dictionary from Sally's. We have to set up the second instance of RadSpell with a different CustomDictionarySuffix - "-John" in our case.

NOTE: Make sure the ASP.NET user account has write permissions for en-US-Sally.txt and en-US-John.txt in "~/RadControls/Spell/TDF/"



Spell Check with the Default(John's) custom dictionary

Spell Check with a different custom dictionary
Source Code & Description