ASPSpellCheck Demos
Examples with full source-code
> Website Forms Spelling Validation
> Spell Check almost any Rich Editor
> Spell Check when Submitting a Form
> Backend ASP SpellCheck Functions
> Multilingual Spell Check
> Spell Check HTML Elements
> AJAX Spell Check
Multi-Lingual Spell Checker
Example: Spell Check in French and English simultaneously, with a French Dialog.
ASPSpellCheck has dictionaries for the following languages. You can spell check in multiple languages simultaneously ( for multi-lingual documents ).
- English (Australia)
- English (Canada)
- English (International)
- English (UK)
- English (USA)
- French
- German
- Italian
- Dutch
- Portuguese
- Spanish
- Swedish
- Custom (from a text file or database)
The ASPSpellCheck dialog can also be displayed in 8 international languages, which can be selected at server or client runtime.
Tutorial:
To pick a language - choose it by name using the dictionary property.
myLink.dictionary = "Svenska"
To pick multiple dictionaries similtaniously, use a comma seperated list.
myLink.dictionary = "Francais, English (Canada)"
You must, of course, install the appropriate dictionaries first.
Dictionary names (e.g. "Francais") match the file-name of the dictionary you have installed. (do not use the ".dic" and the end though).
Advanced API :
JavaScript can be used to create an advanced, intuative spellchecking API in ASP.
