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