0

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?

rifa_at_so
  • 326
  • 1
  • 6
  • 18
madan
  • 773
  • 13
  • 38

1 Answers1

0

You can use NHuspell. It supports multiple language dictionaries. Pretty good tutorial can be found here.

Alex Erygin
  • 3,161
  • 1
  • 22
  • 22