Only the English (en-US) dictionary comes
with the initial installation. If you want to use a different dictionary please
check our
dictionary
page. There are currently
34 dictionaries available on our website.
If you want to use one of our dictionaries you can download and unzip it into
the
UltimateSpellInclude\Dictionary folder under the root of your web
application.
If you want to use your
own dictionary you can do that, too. All you
have to do is to create a new folder such as
"myDictionary" under the
UltimateSpellInclude\Dictionary
folder of your web application and have a text file
named as
"myDictionary.dic".
There are
two rules about the dictionary text file:
1. Filename must be the same as the folder name followed by a ".dic" extension.
2. There must be one word per line in this text file.
Finally, you should set the
Dictionary property of the UltimateSpell
control on your web form to the name of the new
folder such as "de-DE" or
"myDictionary".
You need to download the German (de-DE) dictionary from
our website, and unzip it into the
UltimateSpellInclude\Dictionary folder of
this application in order to make this sample work.