<?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: Magento Google Element Translation Tool Implementation in 5 Minutes	</title>
	<atom:link href="https://blog.gaiterjones.com/magento-google-translation-tool-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Sun, 24 Feb 2013 16:59:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: antar		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-49348</link>

		<dc:creator><![CDATA[antar]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 16:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-49348</guid>

					<description><![CDATA[I want my default page to be in arabic.What is the change that need to be done in the above code?]]></description>
			<content:encoded><![CDATA[<p>I want my default page to be in arabic.What is the change that need to be done in the above code?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-49179</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Thu, 31 Jan 2013 09:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-49179</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-49140&quot;&gt;anadikt&lt;/a&gt;.

Simply edit the CSS for the translation box element.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-49140">anadikt</a>.</p>
<p>Simply edit the CSS for the translation box element.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anadikt		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-49140</link>

		<dc:creator><![CDATA[anadikt]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 12:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-49140</guid>

					<description><![CDATA[How to fix and style this? Also how to fix the position of the translation box?]]></description>
			<content:encoded><![CDATA[<p>How to fix and style this? Also how to fix the position of the translation box?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gucci		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-9016</link>

		<dc:creator><![CDATA[gucci]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 15:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-9016</guid>

					<description><![CDATA[Ok, this is just great  Thank you very much!]]></description>
			<content:encoded><![CDATA[<p>Ok, this is just great  Thank you very much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-8389</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-8389</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-8386&quot;&gt;NiMRod&lt;/a&gt;.

Simply add the code to generate the google translator element dropdown and javascript in a product page template file instead of the header template. Have a look in /template/catalog/product - view.phtml is probably a good place to put the Google code, this will display the Google translate element on product pages. The other way would be to test if the current page is a product page in head.phtml and then only output the Google code if the test is true.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-8386">NiMRod</a>.</p>
<p>Simply add the code to generate the google translator element dropdown and javascript in a product page template file instead of the header template. Have a look in /template/catalog/product &#8211; view.phtml is probably a good place to put the Google code, this will display the Google translate element on product pages. The other way would be to test if the current page is a product page in head.phtml and then only output the Google code if the test is true.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NiMRod		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-8386</link>

		<dc:creator><![CDATA[NiMRod]]></dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-8386</guid>

					<description><![CDATA[Hi, great post.
Does anyone know if it is possible to insert a google translate element into the product page only?  Not the whole site.
What I would like to do is provide a translate option within the product body content.
Basically we have some products in each country in the correct language. Many products have official product descriptions in several languages, however it varies so we have ended up with many products with only english descriptionsm some french or spanish etc but not all.

Most of the site has the correct language for each country - checkout etc so I only really to apply the translation to the product on-demand otherwise the whole site will be slowed down by this unnecessary process.

Does anyone know if this is possible and if so, can you provide some instruction on how to achieve this?  I would be most grateful.]]></description>
			<content:encoded><![CDATA[<p>Hi, great post.<br />
Does anyone know if it is possible to insert a google translate element into the product page only?  Not the whole site.<br />
What I would like to do is provide a translate option within the product body content.<br />
Basically we have some products in each country in the correct language. Many products have official product descriptions in several languages, however it varies so we have ended up with many products with only english descriptionsm some french or spanish etc but not all.</p>
<p>Most of the site has the correct language for each country &#8211; checkout etc so I only really to apply the translation to the product on-demand otherwise the whole site will be slowed down by this unnecessary process.</p>
<p>Does anyone know if this is possible and if so, can you provide some instruction on how to achieve this?  I would be most grateful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-7959</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-7959</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-7737&quot;&gt;drknickel&lt;/a&gt;.

Yes you could link to the js and css files locally although i don&#039;t think it would make it that much faster. You should disable the translater for pages you have translated yourself, I only enable it for the english store on our site, and have flags for the languages we have translated ourselves.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-7737">drknickel</a>.</p>
<p>Yes you could link to the js and css files locally although i don&#8217;t think it would make it that much faster. You should disable the translater for pages you have translated yourself, I only enable it for the english store on our site, and have flags for the languages we have translated ourselves.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: drknickel		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-7737</link>

		<dc:creator><![CDATA[drknickel]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-7737</guid>

					<description><![CDATA[Perhaps i could just download the js file (and the js and css file linked in the js) and put it on my server?

Greets :)]]></description>
			<content:encoded><![CDATA[<p>Perhaps i could just download the js file (and the js and css file linked in the js) and put it on my server?</p>
<p>Greets 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: drknickel		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-7736</link>

		<dc:creator><![CDATA[drknickel]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-7736</guid>

					<description><![CDATA[Heyho PAJ,

i still use the translator and my visitors love it. However it slows my site down very much. Is there a way to only load it when needed? Or load it after the rest of the page has loaded?

Thanks for your help :) 

Greets]]></description>
			<content:encoded><![CDATA[<p>Heyho PAJ,</p>
<p>i still use the translator and my visitors love it. However it slows my site down very much. Is there a way to only load it when needed? Or load it after the rest of the page has loaded?</p>
<p>Thanks for your help 🙂 </p>
<p>Greets</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-google-translation-tool-implementation/#comment-1194</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 16:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=74#comment-1194</guid>

					<description><![CDATA[Has something changed with the Google element translator? Is it now translating across all pages on a site by default? I just noticed this today that when I set the translation it persists when I change pages and I was sure that previously it did not do this...]]></description>
			<content:encoded><![CDATA[<p>Has something changed with the Google element translator? Is it now translating across all pages on a site by default? I just noticed this today that when I set the translation it persists when I change pages and I was sure that previously it did not do this&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
