| Author |
translate english language to arabic
|
zita lakshmi
Ranch Hand
Joined: Nov 13, 2009
Posts: 37
|
|
hi
how to convert english language to arabic language in java or jsp
|
 |
Mohammed Yousuff
Ranch Hand
Joined: Oct 17, 2007
Posts: 198
|
|
For translation you should need API to do this. i know google does this and they may also give this API to use....
just check and they may help you
|
My Thoughts : http://passion4java.blogspot.com
Try not to become a man of success but rather to become a man of value.
|
 |
zita lakshmi
Ranch Hand
Joined: Nov 13, 2009
Posts: 37
|
|
Hi
Thanks for your reply. I got the arabic latters using in jsp. In our program I have include the following header file.
|
 |
Mohammed Yousuff
Ranch Hand
Joined: Oct 17, 2007
Posts: 198
|
|
Zita i believe what you did is converted the char encoding to UTF-8, this is nothing but when the arabic language displayed in the browser, the browser need to know in which encoding it has to be displayed...
But this is nothing to do with translation if i am not wrong ???
|
 |
Samuel Behrman
Ranch Hand
Joined: Oct 02, 2009
Posts: 49
|
|
|
Do you simply want to change the English letters into Arabic? You could try mapping from English letters to Arabic, but remember that some English letters are read in groups, eg SH, TCH, STR (as in construction and instrument) and that is difficult to transliterate.
|
RAQ Report: Web-based Excel-like Java reporting tool.
|
 |
 |
|
|
subject: translate english language to arabic
|
|
|