Dictionary access

Hi,
Is there any way to do a dictionary lookup in gdevelop5 running in a browser? I can’t see any extensions that allow it. I want to be able to check if a word typed in by the user is a real word or not.
Thanks in advance for any ideas!

Technically you can download a dictionary text file online and copy it all into a JSON file and use the text manipulation tools to look up words.

Hey - thanks for the response. I’ll give that a go! I notice when typing into the text entry tool, that it picks up spelling errors, so I’m thinking there might be a way to tap into that.