views:

102

answers:

1

I'd like to have a program of mine retrieve a definition of a word. Is there a way to access the built-in dictionary using Objective C? (i.e. the one that Dictionary.app and command-control-D use)

Thanks!

+6  A: 

You can take a look at Apple's Dictionary Services Programming Guide.

mouviciel