I have winform application where user can input text in hindi language by copy paste. I want to have a validation that check the inputted text is a proper word. from google i comes to know that by using ILIT we can input regional language. By using the same can I check spell also if yes then how?
Asked
Active
Viewed 102 times
0
-
This might help: http://www.codeproject.com/Articles/4572/Using-Word-s-spellchecker-in-C – MusicLovingIndianGirl Oct 20 '15 at 06:00
-
Ya got that link but i want in regional language – madan Oct 20 '15 at 06:06
1 Answers
0
You can use NHuspell. It supports multiple language dictionaries. Pretty good tutorial can be found here.

Alex Erygin
- 3,161
- 1
- 22
- 22