Language converter API

Hello,Is there any language conversion API package in the java. or i have to user third patry tool. would you please tell me which APIs i should use. Thanks in advanceRavi
[199 byte] By [raviadhaa] at [2007-10-3 4:12:53]
# 1

Do you mean Character Set conversion? Java 1.5 has a number of classes in the java.nio.charset package, and most stream operations support character set conversion on the fly.

Language conversion on the other hand is a slightly larger problem. Most humans are incapable of it, in fact ;)

Brian

brian@cubik.caa at 2007-7-14 22:13:43 > top of Java-index,Core,Core APIs...
# 2
Hello brian,Thanks for reply. actuly i what to convet english to french or english to arebic and its back and same with other languages. can i do this . i am using java 1.4.0.2.8Any third party tool/API for this.
raviadhaa at 2007-7-14 22:13:43 > top of Java-index,Core,Core APIs...
# 3
hi,You can use google translator.do u want it to beembedded with your application?
thirupathia at 2007-7-14 22:13:43 > top of Java-index,Core,Core APIs...
# 4
hello thirupathi, thanks for replyi need java API package for language conversion. whether google provides java API's for language conversion.Regards
raviadhaa at 2007-7-14 22:13:43 > top of Java-index,Core,Core APIs...