<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: Translate Price: to Precio not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working</link>
		<description>Gravity Support Forums Topic: Translate Price: to Precio not working</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:37:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/translate-price-to-precio-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-64044</link>
			<pubDate>Fri, 29 Jun 2012 10:07:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear you figured it out the &#34;right&#34; way. :) Enjoy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Niall O Laoghaire on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-64041</link>
			<pubDate>Fri, 29 Jun 2012 09:59:23 +0000</pubDate>
			<dc:creator>Niall O Laoghaire</dc:creator>
			<guid isPermaLink="false">64041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey&#60;br /&#62;
My bad, wasn't pasting the code into the functions file properly.&#60;br /&#62;
De-fin-ite-ly solved now :)&#60;br /&#62;
Thank you for the help&#60;br /&#62;
Niall
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-64036</link>
			<pubDate>Fri, 29 Jun 2012 09:14:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You edited the common.php file in the plugin?  That's not recommended, but if that's what you did and it works for you, be sure you carry that change forward when you update the plugin in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Niall O Laoghaire on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-64035</link>
			<pubDate>Fri, 29 Jun 2012 08:51:57 +0000</pubDate>
			<dc:creator>Niall O Laoghaire</dc:creator>
			<guid isPermaLink="false">64035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I'll close this one myself, I did it through the changing the common.php file&#60;br /&#62;
Thanks Niall
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Niall O Laoghaire on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-64024</link>
			<pubDate>Fri, 29 Jun 2012 04:50:06 +0000</pubDate>
			<dc:creator>Niall O Laoghaire</dc:creator>
			<guid isPermaLink="false">64024@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris&#60;br /&#62;
Thanks for the reply. I changed the code to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_product_price_3&#38;quot;, &#38;quot;set_price_label&#38;quot;, 10, 2);
function set_price_label($sublabel, $form_id){
return &#38;quot;Precio:&#38;quot;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it's in the functions.php file twenty-eleven theme. Still no joy. No other plugin's installed&#60;br /&#62;
Thanks Niall
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-63885</link>
			<pubDate>Thu, 28 Jun 2012 06:53:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">63885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks to me like the form has an ID of 3, not 1.  Can you please confirm and change your code to match the form ID?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
id=&#38;#39;gform_3&#38;#39;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Niall O Laoghaire on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-63870</link>
			<pubDate>Thu, 28 Jun 2012 04:59:41 +0000</pubDate>
			<dc:creator>Niall O Laoghaire</dc:creator>
			<guid isPermaLink="false">63870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris&#60;br /&#62;
Thanks for checking. I have been re-working the form tospeed up the page load time so it might have been down for a while&#60;br /&#62;
&#60;a href=&#34;http://aprendeenirlanda.com/testform&#34; rel=&#34;nofollow&#34;&#62;http://aprendeenirlanda.com/testform&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My probs/questions are now: my initial question of changing Price to Precio not working &#38;amp; also the form responsiveness seems slow, I'm getting a delay of a second or more each time it's changed.&#60;br /&#62;
There's no other plug-ins active &#38;amp; I've just doctored the twenty eleven theme, the PHP memory is now 128m. I had a good look through the help &#38;amp; forums but could find anything appropriate.&#60;br /&#62;
Thanks in advance, Niall
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-63752</link>
			<pubDate>Wed, 27 Jun 2012 08:33:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">63752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Niall, I checked again today and I am getting a 500 Internal Server Error today
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-63608</link>
			<pubDate>Tue, 26 Jun 2012 08:23:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">63608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Niall, I am getting a timeout error when trying to load that page.  There is something strange going on with your server.  Do pages without Gravity Forms load quickly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Niall O Laoghaire on "Translate Price: to Precio not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translate-price-to-precio-not-working#post-63527</link>
			<pubDate>Mon, 25 Jun 2012 11:20:38 +0000</pubDate>
			<dc:creator>Niall O Laoghaire</dc:creator>
			<guid isPermaLink="false">63527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, while I have your attention, the page load &#38;amp; drop-down responsiveness are very slow, I have no plug-ins loaded &#38;amp; the twenty ten theme active, any ideas?&#60;br /&#62;
Thanks Niall
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
