RadSpell for ASP.NET

Basics Send comments on this topic.
See Also
Dictionaries > Basics

Glossary Item Box

RadSpell currently supports 22 languages. However, the control distribution includes only 3 of them: English (American), German and French. You can download the rest of the dictionary packages from your Client.Net account: My Purchases or My Trials page.

Download the dictionary package for your desired language. Locate the RadControls folder in your application. Find the Spell\TDF subfolder and extract the files to a folder, named after the language. For example if you downloaded the bulgarian package you need to extract the dictionary in ~\RadControls\Spell\TDF\bg-bg.

The names of the folder and the TDF file are not obligatory, you can use whatever name you want. You only need to make sure that the names are equal and you set the SupportedLanguages and DictionaryLanguage properties with that name.

Configuring RadSpell for Single and Multiple Languages

Custom Dictionaries

See Also