Spellchecking problem with WORD
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody I am trying to use the CheckSpelling method of MSWord in order to check how a word is spelled. It works perfectly with English but I want to test also against Spanish words. Now I have installed Spanish in Word. I have checked that word must detect language change automatically and also when testing against Word spell check works fine with Spanish words. The method call that I use is: oWordApp.CheckSpelling(szWord, vOpt, vTrue, vOpt, vOpt, vOpt, vOpt, vOpt, vOpt, vOpt, vOpt, vOpt, vOpt); It seems to me that I cannot find a way to change the spellchecking language in runtime. I would appreciate any suggestion. Thank you very much. Spiros Prantalos Miami the place to be!!