CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2006
    Posts
    1

    Cool Language translation in Java.

    Hi everyone, how are all of you? I just want to ask you people if these is any way to convert a text entered into a text box in one language e.g English, to any other language e.g, Chinese. I mean, is there any Java API that allows this functionality. You can see this function when you translate web pages into specific languages. I need to know the way to translate a text from English into Chinese language.
    I shall be very thankfull to you.
    Bye...

  2. #2
    Join Date
    Jan 2006
    Posts
    47

    Re: Language translation in Java.

    Quote Originally Posted by dw_1
    Hi everyone, how are all of you? I just want to ask you people if these is any way to convert a text entered into a text box in one language e.g English, to any other language e.g, Chinese. I mean, is there any Java API that allows this functionality. You can see this function when you translate web pages into specific languages. I need to know the way to translate a text from English into Chinese language.
    I shall be very thankfull to you.
    Bye...
    that is impossible

  3. #3
    Join Date
    Jun 2002
    Location
    Moscow, Russia.
    Posts
    2,176

    Re: Language translation in Java.

    Hypothetically such solution might be available, but it would be rather heavy and difficult to negotiate with. What is your environment? Maybe you can access some online translator?
    "Programs must be written for people to read, and only incidentally for machines to execute."

  4. #4
    Join Date
    Mar 2006
    Posts
    1

    Re: Language translation in Java.

    www.translated.net has a simple language translation API for both human and machine translation that can be called using SOAP or by a simple http post. The api can send back a machine translation instantly in about 300 language combinations, or can give a quote for price and delivery date for a human translation in over 1000 combinations. http://www.translated.net/en/hts.php
    Last edited by joedougherty; March 28th, 2006 at 04:29 AM.

  5. #5
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    94

    Re: Language translation in Java.

    If you desire is to implement multilanguage support to your application look for the java.util.ResourceBundle

  6. #6

    Re: Language translation in Java.

    Happy to announce that the The ULRTMT - Skype Version 2.5 Beta "Universal Language Real-Time Message Translator" now supports:

    Real Time Chat Language Translation!

    Yes, you can now chat with others in your own native language and have your text translated in "Real-Time". Both your sent and received chat messages.

    The following Language Translations in Real-Time for Skype Chats are:

    English to Arabic BETA
    English to Chinese (Simplified) BETA
    English to Chinese Traditional
    English to Dutch
    English to French
    English to German
    English to Greek
    English to Italian
    English to Japanese BETA
    English to Korean BETA
    English to Portuguese
    English to Russian
    English to Spanish

    Arabic to English

    Chinese (Simplified) BETA to English
    Chinese Traditional to English

    Dutch to English
    Dutch to French

    French to Dutch
    French to English
    French to German
    French to Greek
    French to Italian
    French to Portuguese
    French to Spanish

    German to English
    German to French

    Greek to English
    Greek to French

    Italian to English
    Italian to French

    Japanse to English Beta

    Korean to English Beta

    Portuguese to English
    Portuguese to French

    Russian to English

    Spanish to English
    Spanish to French

    All of the above translations work in Real-time using Skype Chats. Currently 38 Language combinations are supported, more here:

    http://testing.onlytherightanswers.c...article&sid=49

  7. #7
    Join Date
    Mar 2009
    Posts
    1

    Re: Language translation in Java.

    You can go to this webs. italian translation It contains many of translation language . Perhaps can help you.

  8. #8
    Join Date
    Apr 2009
    Posts
    3

    Re: Language translation in Java.

    Someone has created an unofficial Translator API that uses Google's Translator. You can find it here.

    http://code.google.com/p/google-api-translate-java/

    It seems to work quite well. It accesses that dictionary that google has on its servers to translate. The only issue if found so far is because it is translating each word over the net, it is slower than some might like.

    Hope this helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured