Multi-Lingual Spell Checker

Example: Spell Check in French and English simultaneously, with a French Dialog.


Spell Check

 

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.

 

< More Demonstrations of ASP Spell Checking Applications