Hi All,
Can anybody tell me how can i type regional languages like Hindi,
Tamil, etc in a text area using virtual keyboard or something. Otherwise
like Orkut, if I written something in English, it should automatically
convert into selected language. Any plugin or gem is there to do this.
Thanks in Advance,
Avantec
Avantec V. wrote:
Hi All,
Can anybody tell me how can i type regional languages like Hindi,
Tamil, etc in a text area using virtual keyboard or something.
That should be pretty easy to set up with JavaScript.
Otherwise
like Orkut, if I written something in English, it should automatically
convert into selected language. Any plugin or gem is there to do this.
I assume Orkut is using the Google Translate API to do this. Perhaps
they have a public API call that you can use?
Thanks in Advance,
Avantec
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Marnen Laibow-Koser wrote:
Avantec V. wrote:
Hi All,
Can anybody tell me how can i type regional languages like Hindi,
Tamil, etc in a text area using virtual keyboard or something.
That should be pretty easy to set up with JavaScript.
Otherwise
like Orkut, if I written something in English, it should automatically
convert into selected language. Any plugin or gem is there to do this.
I assume Orkut is using the Google Translate API to do this. Perhaps
they have a public API call that you can use?
Thanks in Advance,
Avantec
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Hi Marnen,
Thanks for your information.
I never used any API or any thing. Can u tell me how can I use that in
my project.
Using javascript how it is possible. I need to use all main languages
like hindi, tamil, telugu, malayalam etc.
Thanks & regards,
Avantec
Avantec V. wrote:
[…]
Hi Marnen,
Thanks for your information.
I never used any API or any thing. Can u tell me how can I use that in
my project.
No, because I haven’t used that API either. Do your own research.
Using javascript how it is possible. I need to use all main languages
like hindi, tamil, telugu, malayalam etc.
Just use JS to put the appropriate characters into the text field. I’m
sure you know how to do that. 
Thanks & regards,
Avantec
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]