Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Lingua::Translate::Google 0.22

    Download button

    No screenshots available
    Downloads: 139  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dylan Doxey | More programs
    Perl Artistic License / FREE
    February 5th, 2012, 20:28 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Lingua::Translate::Google description

    Translation back-end for Google's translation service

    Lingua::Translate::Google is a translation back-end for Lingua::Translate that contacts Google translation service to do the real work. The Google translation API is currently at: http://code.google.com/apis/ajaxlanguage/documentation/#Translation http://code.google.com/apis/ajaxlanguage/documentation/#fonje

    The Lingua::Translate::Google module is normally invoked by Lingua::Translate; there should be no need to call it directly. If you do call it directly, you will lose the ability to easily switch your programs over to alternate back-ends that are later produced.

    SYNOPSIS

     use Lingua::Translate;

     Lingua::Translate::config
     (
     back_end => 'Google',
     api_key => 'YoUrApIkEy',
     referer => 'http://your.domain.tld/yourdir/',
     format => 'text',
     userip => '192.168.1.1',
     );

     my $xl8r = Lingua::Translate->new( src => 'de', dest => 'en' );

     # prints 'My hovercraft is full of eels'
     print $xl8r->translate('Mein Luftkissenfahrzeug ist voller Aale') . "\n";

     # switch to auto detect for source language
     $xl8r->config( src => 'auto' );

     # prints 'My hovercraft is full of eels'
     print $xl8r->translate('Mi aerodeslizador está lleno de anguilas') . "\n";



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Google translation | translation back-end | Perl module | Google | translation | back-end



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM