(Simple) Google Translator Widget for S60 WRT

Posted on January 26, 2009

23


Story: This morning I wanted to send some Chinese SMS msgs from my phone, because today was the Lunar New Year. However, I couldn’t find a way to give me easy translated strings… I searched a bit on the Internet; there were some S60 WRTs already, but none seemed to let me cut and paste the results… I was suprised no one (at least I couldn’t find) had created a Google Translate version for S60. So I had done the the engineer’s way, write it myself; here I go… I wrote the whole thing in less then 20 min. Believe me, it took more time to upload the widget to MOSH, create the preview pictures, and write this post to tell you about it.

Comments and suggestions are welcome. If there are updates, I will post the links in this post.

Some tips:

1) If you interested in reading more about Google AJAX Lanaguage API, here is the link: http://code.google.com/apis/ajaxlanguage/documentation/#Examples

2) If your favorite language(s), are not there you can change the code your self. Go into the widget index.html and change this section

<select id=”tlang”>
<option value=”zh-TW”>Chinese Trad</option>
<option value=”zh-CN”>Chinese Simpl</option>
<option value=”en”>English</option>
<option value=”fi”>Finish</option>
<option value=”fr”>French</option>
<option value=”de”>German</option>
<option value=”it”>Italian</option>
<option value=”ko”>Korean</option>
<option value=”pt”>Portuguese</option>
<option value=”es”>Spanish</option>
</select><br/>

(there are other resources about S60 widget development, for example here, so I am not going into that here.)


That is really, now here is the link in MOSH to download and install the widget:

(MOSH download) Here is the first (0.1) version: GoogleTranslator0.1.wgz

Update 01: I have put the index.html on my web, you can use any browser to use this web app (S40 and others):

http://camelot.net/stage/gtranslator/

Update 02, 2009.02.01:
Symbian Freak site has reported this widget, thanks guys!
link

Update 03, 2009.02.25:

This widget has made top 10 freeware for Samsung over at AllAboutSymbian.com, thanks Steve! link

Update 04, 2009.04.06:

Since MOSH will be closing shortly, I have moved the widget file to this site. The link above is updated. Unforunately, I will not have the capability to trakc how many people have downloaded the widget… Cry My last count of user download from MOSH is… Smile

Update 05: 2009.04.18

If you are a developer and enjoy reading this, you might also be interested in my new article on Turn my S60 WRT into an iPhone app: http://blogs.forum.nokia.com/blog/forum-nokia-web-talks/2009/04/19/turn-my-s60-wrt-widget-to-an-iphone-app

Update 06: 2009.08.28
I suddenly decided to make a demo video… for no reason… kinda fun

- Wai Seto

Advertisement
Posted in: Featured, SW