Code covered by the BSD License  

Highlights from
Google(R) Translate

4.0

4.0 | 4 ratings Rate this file 7 Downloads (last 30 days) File Size: 3.7 KB File ID: #23988

Google(R) Translate

by Michael Katz

 

04 May 2009 (Updated 10 Jul 2009)

Translates a string between languages using Google(R)'s Language API.

| Watch this File

File Information
Description

This file uses MATLAB(R)'s web services with Google's AJAX Language Translation API to take one string and translate it to anther:

For example to translate a string to Sweedish:

>> gtranslate('Good morning Mr. Peterson, how is your cat?','sv')

ans =

God morgon Mr Peterson, hur är din katt?

You can specify source (default is English) and destination languages using the two-letter http://en.wikipedia.org/wiki/ISO_639-1 codes.

Note that the default character encoding may make some languages (Russian, Japanese, etc) unrenderable.

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
(another) JSON Parser

MATLAB release MATLAB 7.8 (R2009a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (7)
04 May 2009 Rene

it isn't working.
i got this:
gtranslate('Good morning Mr. Peterson, how is your cat?','sv')
??? Error using ==> urlread at 108
Error downloading URL.

Error in ==> gtranslate at 43
page = urlread(url, 'get', {'v', '1.0','q', inputString, ...

but should be a funny tool, if it would run

04 May 2009 Michael Katz

I added the wrong file, please wait for the update to get approved. Otherwise download the JSON Parser from http://www.mathworks.com/matlabcentral/fileexchange/23393

10 Jul 2009 Husam Aldahiyat

Nice one.

06 Oct 2010 Yuri Kotliarov

Cool! Works well with latin characters languages. Any idea how to translate to/from let's say russian, japanese?

06 Jun 2011 hanan

not working when I translate from English to Arabic.

Any Help?

17 Jun 2011 Michael Katz

@Yuri, @hanan,

 I believe this a limitation of the font that is only able to show latin characters. I am not sure how to change the font for GUI controls.

02 Dec 2011 AComunity

is there any other than google translate...?
coz now google translate web service become paid service...

Please login to add a comment or rating.
Updates
04 May 2009

originally uploaded wrong helper files.

10 Jul 2009

added trademarks

10 Jul 2009

added trademark

Tag Activity for this File
Tag Applied By Date/Time
language Michael Katz 04 May 2009 10:33:03
translation Michael Katz 04 May 2009 10:33:03
web Michael Katz 04 May 2009 10:33:03
google Michael Katz 04 May 2009 10:33:03
gui Michael Katz 04 May 2009 10:33:03

Contact us at files@mathworks.com