This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes translate english language to arabic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "translate english language to arabic" Watch "translate english language to arabic" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: translate english language to arabic
 
Similar Threads
Regex for another languages
Bilingual support in Java
Developing website in English and Arabic
Arabic numbers input problem(Very Urgent)
how to build swing applications with bidirectional support