New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Create a New Dictionary

Here are the instructions demonstrating how to create a custom TDF dictionary using the Dictionary Configuration project.

  1. See whether the needed dictionary exists on the following site: Dictionaries or create a text file following the "word-per-line" rule. You should exclude any special symbols after each word for example: test/SDG or test::. The correct syntax is test

  2. Save the text file with Unicode (UTF-8 with signature) encoding

  3. Rename the .dic / .txt extension to .tdf

  4. Convert the file by using the Dictionary Configurator tool.

  5. Place the new dictionary in the "\RadControls\Spell\TDF" folder of the Dictionary Configuration project, test and verify that the spellchecker works properly with it.If the dictionary language is incompatible with the phonetic spell check provider then set the spellchecker to use its EditDistanceProvider (SpellCheckProvider="EditDistanceProvider").

In this article