I have one application providing language selection option to user.
I want to implement facility that user are allowed to entering text from keyboard in selected language. e.g. If i select Hindi my application takes an input in Hindi.
I am using JSF(icefaces) and Hibernate.
Is it possible ? How ?
use language translation javascript function on onkeyup event
you need to include external JS for this as http://www.google.com/jsapi..
please refer this for your reference
http://www.labnol.org/internet/website-translation-with-google-language-api/4367/
may this help u :)