Partilhar via


Spell checker for HTML and ASP.NET: multilanguage edition

I finally got around to implementing support for multiple languages in my HTML / ASP.NET spell checker addin. Spell checker now detects lang attribute specified on elements, extracts ISO language and uses it to specify appropriate dictionary for the Office spell checking engine.

In order to be able to spell check multiple languages you may need to install Microsoft Office 2003 Proofing Tools or an appropriate Office 2007 Language Pack. If you never used particular language dictionary in Word, you have to try it before it becomes available in the Spell Checker add-in. Many dictionaries are installed on demand and if particular language was never activated in Word, the disctionary may be still missing. Open Word, type something in the desired language and run Word spell checker at least once to make sure it works and dictionary is installed:

Also fixed the following bugs:

1. Unable to make correction from context menu when there is only one error in the document.

2. Alt attribute is not specified as human-readable text in the rules.xml file

3. Spell checker should ignore all-uppercase strings

Download new version here: Setup.msi

Troubleshooting: see here:https://blogs.msdn.com/mikhailarkhipov/archive/2006/04/18/578529.aspx 

Previous version is still available here .

Comments

  • Anonymous
    April 29, 2007
    I finally finished writing HTML spell checker add-on to Visual Studio. Spell checker works in Source

  • Anonymous
    April 30, 2007
    I've installed, but nothing shows up in the Tools menu. What can I do to debug the installation? Thx!

  • Anonymous
    April 30, 2007
    Did you try troubleshooting steps at http://blogs.msdn.com/mikhailarkhipov/archive/2006/04/18/578529.aspx

  • Anonymous
    June 08, 2007
    I think it does not work, does not appear in tools menu if you have office2007 installed. I have used it very successfully in my previous pc which has office2003 but in my new pc i have office 2007 and it does not loads. Can you pls upgrade it to office 2007?

  • Anonymous
    June 17, 2007
    I am running Vista with VS2005 and Office 2007 and like others the spell checker was not showing up under tools menu. When trying to install vsSpellChecker.dll received error message 0x80070005. The solution is to run the command prompt with elevated permisions, Command Prompt, Right click and Run as administrator, then follow the steps above.   Hope the following helps anyone else in this situation.

  • Anonymous
    July 08, 2007
    The comment has been removed

  • Anonymous
    July 09, 2007
    The comment has been removed

  • Anonymous
    December 31, 2007
    Bug fixes: <param>Text</param> was not handled correctly. Comments in <% %> blocks