you are in: codestackercodes [RSS]Google::Translate, A Simple API In Ruby

Google::Translate, A Simple API In Ruby Delicious Email

install:
sudo gem install google_translate

show/hide lines
   1  require 'rubygems'
   2  require 'google_translate'
   3  
   4  tr = Google::Translate.new
   5  
   6  # from English to Spanish
   7  tr.translate :from => "en", :to => "es", :text => "Hello, World!"
   8   => Hola, Mundo!
created by leozera — 20 April 2009 — get a short url — tags: gem google ruby embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image