<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Translate AS 3.0 for Flex developers</title>
	<atom:link href="http://www.igorcosta.org/index.php?feed=rss2&#038;p=144" rel="self" type="application/rss+xml" />
	<link>http://www.igorcosta.org/?p=144</link>
	<description>Views from a Developer with focus on RIA and Desktop 2.0</description>
	<lastBuildDate>Thu, 17 Jun 2010 09:56:38 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Prenatal screening</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-91358</link>
		<dc:creator>Prenatal screening</dc:creator>
		<pubDate>Wed, 19 May 2010 07:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-91358</guid>
		<description>Last commment update:

private function translate():void{
	if(txtsource.text==&quot;&quot;){
		txtdest.text=&quot;&quot;;
	}
	else
	{
		googleTransService.method=&quot;POST&quot;;
		googleTransService.request.v=&quot;1.0&quot;;
		googleTransService.request.q=txtsource.text;
		googleTransService.request.langpair=String(langFromCbx.selectedItem.value)+&#039;&#124;&#039;+String(langToCbx.selectedItem.value);
		googleTransService.send();
	}
}</description>
		<content:encoded><![CDATA[<p>Last commment update:</p>
<p>private function translate():void{<br />
	if(txtsource.text==&#8221;"){<br />
		txtdest.text=&#8221;";<br />
	}<br />
	else<br />
	{<br />
		googleTransService.method=&#8221;POST&#8221;;<br />
		googleTransService.request.v=&#8221;1.0&#8243;;<br />
		googleTransService.request.q=txtsource.text;<br />
		googleTransService.request.langpair=String(langFromCbx.selectedItem.value)+&#8217;|'+String(langToCbx.selectedItem.value);<br />
		googleTransService.send();<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prenatal screening</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-91357</link>
		<dc:creator>Prenatal screening</dc:creator>
		<pubDate>Wed, 19 May 2010 07:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-91357</guid>
		<description>Hello,
Exerimenting some troubles with accents and special chars when translating from spanish to another language. I just tryed to send the params with POST and it works very good.

	
		
			1.0
			&lt;q&gt;{txtsource.text}&lt;/q&gt;			{String(langFromCbx.selectedItem.value)+&#039;&#124;&#039;+String(langToCbx.selectedItem.value)}
		
	

And use this function to call the service.  With a little trick with the param v.

private function translate():void{
	if(txtsource.text==&quot;&quot;){
		txtdest.text=&quot;&quot;;
	}
	else
	{
		googleTransService.request.v=&quot;1.0&quot;;
		googleTransService.send();
	}
}</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Exerimenting some troubles with accents and special chars when translating from spanish to another language. I just tryed to send the params with POST and it works very good.</p>
<p>			1.0<br />
			<q>{txtsource.text}</q>			{String(langFromCbx.selectedItem.value)+&#8217;|'+String(langToCbx.selectedItem.value)}</p>
<p>And use this function to call the service.  With a little trick with the param v.</p>
<p>private function translate():void{<br />
	if(txtsource.text==&#8221;"){<br />
		txtdest.text=&#8221;";<br />
	}<br />
	else<br />
	{<br />
		googleTransService.request.v=&#8221;1.0&#8243;;<br />
		googleTransService.send();<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Jarbon</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-87761</link>
		<dc:creator>Pierre Jarbon</dc:creator>
		<pubDate>Mon, 22 Feb 2010 18:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-87761</guid>
		<description>Hey,

Thanks for the example using the REST api, I found a library that also contained the Google Translation services, and much more AND all returned in code-friendly data objects:
http://code.google.com/p/googleas3api/

Hope I could help!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the example using the REST api, I found a library that also contained the Google Translation services, and much more AND all returned in code-friendly data objects:<br />
<a href="http://code.google.com/p/googleas3api/" rel="nofollow">http://code.google.com/p/googleas3api/</a></p>
<p>Hope I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OGG</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-83477</link>
		<dc:creator>OGG</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-83477</guid>
		<description>Hi vidyadhar!
I had similar problem but with other language, try to use AS escape/unescape</description>
		<content:encoded><![CDATA[<p>Hi vidyadhar!<br />
I had similar problem but with other language, try to use AS escape/unescape</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vidyadhar</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-36157</link>
		<dc:creator>vidyadhar</dc:creator>
		<pubDate>Fri, 23 May 2008 13:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-36157</guid>
		<description>I m not able to display the english text into hindi text.....
could help me.....</description>
		<content:encoded><![CDATA[<p>I m not able to display the english text into hindi text&#8230;..<br />
could help me&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Costa</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-35920</link>
		<dc:creator>Igor Costa</dc:creator>
		<pubDate>Thu, 22 May 2008 00:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-35920</guid>
		<description>Yep you right, premature analysis to docs on google .

REST is completely different from JSON.

Thanks to point me ;)</description>
		<content:encoded><![CDATA[<p>Yep you right, premature analysis to docs on google .</p>
<p>REST is completely different from JSON.</p>
<p>Thanks to point me ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://www.igorcosta.org/?p=144&#038;cpage=1#comment-35912</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Wed, 21 May 2008 23:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=144#comment-35912</guid>
		<description>REST != JSON. REST is a network software architecture style. The format of data doesn&#039;t need to be JSON. Some REST services use XML.</description>
		<content:encoded><![CDATA[<p>REST != JSON. REST is a network software architecture style. The format of data doesn&#8217;t need to be JSON. Some REST services use XML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
