We recently updated from the older WPSpell using the WPSpellController, to WPSpell 2. How do we load dictionaries in this version? Using the sample code all it shows is how to bring up the spell check which has no default dictionary loaded. Thanks
WPSpell and Dictionaries
-
-
Any solutions on this?
-
- Official Post
You can use this:WPSpellController.ClearAll;
WPSpellController.AddFromFile(
'English.DCT'
);
WPSpellController.CurrentLanguageName := 'English';