Hello all,I m building a web project in jquery being used in client side and jsp/servlets at server end,i have a text area in which user writes and that written text is displayed in chat box text area.now i want to suport multiple languages in it.Earlier i was using only english.Now i want that if user writes in english it should be displayed in arabic in chat box area.What ever language user selects arabic,french,german,latin from a drop down the text shold be converted in that particular language.Presently i need to implement arabic first then later on other languages.Plz help
+1
A:
As I read it, you want a translation from english to other languages. So you might want to take a look at the google translation api, it is quite useable and accurate.
HTH, flokra
flokra
2009-08-15 17:23:48
Thanks flokra ,actually i dont want traslator ,i wnt if sumbody writes in english hii,it shold be converted in arabic or german as hii in their language.
2009-08-15 17:29:27
that's what a translator does or am I missing something?
flokra
2009-08-15 17:34:25
A:
hi you may want to take a look at this.. it supports english to arabic text conversion. http://weblogs.asp.net/salimfayad/pages/arabic-textbox-control.aspx
hannahhh
2010-10-19 05:30:45