Hi,My requirement is to get all the wrong spelled words from the text component of a page programmatically. For this I have used SpellCheckerProvider.createSpellChecker(language, dictionarypaths[], resourceResolver); to get SpellChecker, but I am not understanding what to give in the parameters i....