-1

i work on project which contain English and Chinese language but i can't figure out how can i validation with validate.js in Chinese language.

from surfing i found one link which give these type facilities but unfortunate this link not working please give me reference or hint

https://github.com/chilijung/validate.js

thanks in advance

Sparky
  • 98,165
  • 25
  • 199
  • 285

1 Answers1

1

You may custom your own method.

http://jqueryvalidation.org/jQuery.validator.addMethod/

So you may use Regalur Expression to validate Chinese and English.

How to validate both Chinese (unicode) and English name?

Community
  • 1
  • 1
R Lam
  • 393
  • 1
  • 13
  • thanks for answer i don't want to validate it with both language because client input language is only english, but i want validation messages in both language – Manoj Sonagra Nov 24 '15 at 11:45