Bug with non-US synonyms from MS Word 2004?
Bug with non-US synonyms from MS Word 2004?
- Subject: Bug with non-US synonyms from MS Word 2004?
- From: Richard Rönnbäck <email@hidden>
- Date: Fri, 24 Sep 2004 07:51:01 +0200
Title: Bug with non-US synonyms from MS Word 2004?
I can get synonyms from MS Word, but only for English, regardless of what dictionary I specify. If I don’t specify a dictionary at all I still get the US English, even though I run a localized Swedish version of Word 2004. Is anyone else able to get non-English synonyms, or is it as I suspect a bug?
tell application "Microsoft Word"
--This works
set myString to "time"
set SynObj to get synonym info object item to check myString language ID english us
set myList to meanings of SynObj
choose from list myList
--This doesn't
set myString to "tid"
set SynObj to get synonym info object item to check myString language ID swedish
set myList to meanings of SynObj --returns no meanings, even though the UI gives me several synonyms
choose from list myList --throws an error, because of the empty list
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden