Home > Blockchain >  Restrict to only Persian chars in C#
Restrict to only Persian chars in C#

Time:03-03

I have a Winform with some textboxes.

The form can be loaded in other languages too, like English! The requirement is that certain textboxes should accept only Persian chars for Example When a user types in Tex box 1, it should be in persian Whereas in if he types in Text box 2 and 3 it should be in English?

Please help me. Thanks a lot!

  • Related