> Hi, > > How to validate other languages when entering in text box. I want to > accept for example : spanish language in text box .when entering other > languages alert should come to enter Spanish.
You have to guess the language using the unicode values of the text provided. Project Silpa has implemented this. Live demo: http://silpa.org.in/Guess_Language Source for this module: https://github.com/copyninja/guess-language Get the source and explore how they have implemented this. You can use the same concepts to do your tasks. -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get CollabNet Subversion Edge : http://www.collab.net/svnedge _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
