CustomValidation control doesn't work with Arabic language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JustRun
    New Member
    • Mar 2008
    • 127

    CustomValidation control doesn't work with Arabic language

    Hi,

    I'm developing a web application using ASP.NET2.0 with C#, I have tried to use custom validation controls to validate my forms, it worked very well in the English language , but when i test it with Arabic it didn't cause the validator consider the Arabic characters as Special Characters (. - ' " ...) which i prevent them in my forms.

    Is there any idea to make the validation control work with both, English and any other Unicode Language like Arabic

    Thanks
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    You could try with the regular expression validator. Another avenue to explore may be globalization, but haven't tried this.

    Comment

    • JustRun
      New Member
      • Mar 2008
      • 127

      #3
      Well, I use in my application App_GlobalResou rces which contains some global validation commands, is that what you mean, Please explain more

      Comment

      Working...