<?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: How To Translate Text With Google Translate and JSON on the iPhone</title>
	<atom:link href="http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone</link>
	<description>Tutorials for iPhone / iOS Developers and Gamers</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ray Wenderlich</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-7107</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Sat, 04 Dec 2010 00:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-7107</guid>
		<description>@Ajay: According to the docs, if you specify an empty string for the srcLang, it will auto-detect.  There&#039;s also a method you can call to detect the language. 

http://code.google.com/apis/language/translate/v1/reference.html</description>
		<content:encoded><![CDATA[<p>@Ajay: According to the docs, if you specify an empty string for the srcLang, it will auto-detect.  There&#8217;s also a method you can call to detect the language. </p>
<p><a href="http://code.google.com/apis/language/translate/v1/reference.html" rel="nofollow">http://code.google.com/apis/language/translate/v1/reference.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-6903</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Tue, 30 Nov 2010 05:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-6903</guid>
		<description>I googled alot for the same , but no hope from any where.....it really helped me alot...

Rather I would say the best example to learn the JSON framework + Google Tranlation.

Still I had one query ...how can I we convert any language text to Enlish....Is there any keyword for the same!!!

Thanks alot Ray for the tutorial.</description>
		<content:encoded><![CDATA[<p>I googled alot for the same , but no hope from any where&#8230;..it really helped me alot&#8230;</p>
<p>Rather I would say the best example to learn the JSON framework + Google Tranlation.</p>
<p>Still I had one query &#8230;how can I we convert any language text to Enlish&#8230;.Is there any keyword for the same!!!</p>
<p>Thanks alot Ray for the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amok</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-4630</link>
		<dc:creator>amok</dc:creator>
		<pubDate>Sat, 25 Sep 2010 22:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-4630</guid>
		<description>I must have overlooked! Thanks a bunch, you rock as usual ;-)</description>
		<content:encoded><![CDATA[<p>I must have overlooked! Thanks a bunch, you rock as usual ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Wenderlich</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-4624</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Sat, 25 Sep 2010 20:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-4624</guid>
		<description>@amok: Ah ok.  In that case, you&#039;re in luck, if you look at the API docs, it says that you can pass in HTML content and it will preserve the tags for you:

http://code.google.com/apis/ajaxlanguage/documentation/reference.html#_intro_fonje</description>
		<content:encoded><![CDATA[<p>@amok: Ah ok.  In that case, you&#8217;re in luck, if you look at the API docs, it says that you can pass in HTML content and it will preserve the tags for you:</p>
<p><a href="http://code.google.com/apis/ajaxlanguage/documentation/reference.html#_intro_fonje" rel="nofollow">http://code.google.com/apis/ajaxlanguage/documentation/reference.html#_intro_fonje</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amok</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-4621</link>
		<dc:creator>amok</dc:creator>
		<pubDate>Sat, 25 Sep 2010 20:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-4621</guid>
		<description>thanks Ray - What I am trying to do is to leave the page as it is just translating the text. Same exact experience that you get from Google when you translate a URL/page.</description>
		<content:encoded><![CDATA[<p>thanks Ray &#8211; What I am trying to do is to leave the page as it is just translating the text. Same exact experience that you get from Google when you translate a URL/page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Wenderlich</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-4609</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Sat, 25 Sep 2010 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-4609</guid>
		<description>@amok: You can get the contents of a web page with NSURLRequest and NSURLConnection APIs, then you can pass the results to the Google Translate API like the tutorial above.  However, you&#039;ll probably need to do some work to scrape the HTML to pull out the contents of interest to make this actually worth using.</description>
		<content:encoded><![CDATA[<p>@amok: You can get the contents of a web page with NSURLRequest and NSURLConnection APIs, then you can pass the results to the Google Translate API like the tutorial above.  However, you&#8217;ll probably need to do some work to scrape the HTML to pull out the contents of interest to make this actually worth using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amok</title>
		<link>http://www.raywenderlich.com/1448/how-to-translate-text-with-google-translate-and-json-on-the-iphone#comment-4566</link>
		<dc:creator>amok</dc:creator>
		<pubDate>Fri, 24 Sep 2010 16:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.raywenderlich.com/?p=1448#comment-4566</guid>
		<description>Ray: How can I translate a web page using the same approach?

thx,
amok</description>
		<content:encoded><![CDATA[<p>Ray: How can I translate a web page using the same approach?</p>
<p>thx,<br />
amok</p>
]]></content:encoded>
	</item>
</channel>
</rss>

