Tranlating English Words to French using VBA

L

luai7

I am trying to get English->French and French->English translated word
meanings through a VB application, something similar to the
Application.SynonymInfo()

The problem is that the Application.SynonymInfo() only gets those meanings
for a word for the same language e.g. English->English, French->French and so
on...

Does any body know how to do that ??

Thanks in advance.
 
J

Jay Freedman

luai7 said:
I am trying to get English->French and French->English translated word
meanings through a VB application, something similar to the
Application.SynonymInfo()

The problem is that the Application.SynonymInfo() only gets those
meanings for a word for the same language e.g. English->English,
French->French and so on...

Does any body know how to do that ??

Thanks in advance.

There is nothing in Word or in VBA to do translation. If you have Word 2003,
the Research pane has a link to a web service provided by WorldLingo.com,
but as far as I know there's no access to it in VBA.
 
Top