In a game I have a text field where a user can enter a word. Now I'm trying to find a way to check whether the entered word is actually a word.
Do you know if there is an interface to access the built-in dictionary? Or any other ideas apart from building my own word lists?
Many thanks for your help!