<?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 Tag: language - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/language</link>
		<description>Gravity Support Forums Tag: language - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:17:13 +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/tags/language" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Page goes back to standard language on &#039;Send&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/page-goes-back-to-standard-language-on-send#post-334479</link>
			<pubDate>Thu, 20 Jun 2013 10:59:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">334479@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edbuun on "Page goes back to standard language on &#039;Send&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/page-goes-back-to-standard-language-on-send#post-333924</link>
			<pubDate>Thu, 20 Jun 2013 05:38:29 +0000</pubDate>
			<dc:creator>edbuun</dc:creator>
			<guid isPermaLink="false">333924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob! That was the problem!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Page goes back to standard language on &#039;Send&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/page-goes-back-to-standard-language-on-send#post-332048</link>
			<pubDate>Wed, 19 Jun 2013 10:04:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332048@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Eddy,&#60;/p&#62;
&#60;p&#62;Just curious here, but can you try something for me - can you remove the reCAPTCHA field and then enable AJAX on your form shortcode placement to see if that helps?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edbuun on "Page goes back to standard language on &#039;Send&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/page-goes-back-to-standard-language-on-send#post-331353</link>
			<pubDate>Wed, 19 Jun 2013 02:00:52 +0000</pubDate>
			<dc:creator>edbuun</dc:creator>
			<guid isPermaLink="false">331353@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edbuun on "Page goes back to standard language on &#039;Send&#039;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/page-goes-back-to-standard-language-on-send#post-323385</link>
			<pubDate>Fri, 14 Jun 2013 13:54:53 +0000</pubDate>
			<dc:creator>edbuun</dc:creator>
			<guid isPermaLink="false">323385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When i click on the 'Send' button, the page redirects to the standard language of the website, see &#60;a href=&#34;http://www.belmoca.com/en/register-machine/&#34; rel=&#34;nofollow&#34;&#62;http://www.belmoca.com/en/register-machine/&#60;/a&#62;. When you click on 'Send' it goes back to &#60;a href=&#34;http://www.belmoca.com/register-machine/&#34; rel=&#34;nofollow&#34;&#62;http://www.belmoca.com/register-machine/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Eddy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-308170</link>
			<pubDate>Fri, 07 Jun 2013 07:20:41 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">308170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Bart,&#60;/p&#62;
&#60;p&#62;To change the multi select fields data-placeholder attribute you would have to use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_multiselect_placeholder&#34; rel=&#34;nofollow&#34;&#62;gform_multiselect_placeholder&#60;/a&#62; filter in your theme's functions.php file, the following example targets form 185 but if you want to apply it to all forms then you would remove _185 from the end of the filter name&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_multiselect_placeholder_185&#38;quot;, &#38;quot;set_multiselect_placeholder&#38;quot;, 10, 2);
function set_multiselect_placeholder($placeholder, $form_id){
    return &#38;quot;Click to select your options...&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bartvh99 on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-308089</link>
			<pubDate>Fri, 07 Jun 2013 06:42:01 +0000</pubDate>
			<dc:creator>bartvh99</dc:creator>
			<guid isPermaLink="false">308089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am looking into the same problem, although one year later. &#60;/p&#62;
&#60;p&#62;I have the latest version of GF and made a Multiselect field. In enhanced mode the placeholder for the fields says 'Click here...' I have no idea how to translate this using the suggested form description. The only option for now seems to be PHP coding, not my cup of tea. Pleace advice.&#60;/p&#62;
&#60;p&#62;Bart
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Gravity forms needs admin RTL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-needs-admin-rtl-support#post-219836</link>
			<pubDate>Mon, 22 Apr 2013 20:44:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">219836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Better RTL support for both the front end and admin have been added and tested for the upcoming 1.7 release. Of course, as with anything new, there may be some things we've missed so once that's released, any feedback will be welcomed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielck on "Translation for GF Polls add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/translation-for-gf-polls-add-on#post-187721</link>
			<pubDate>Thu, 28 Mar 2013 08:23:17 +0000</pubDate>
			<dc:creator>danielck</dc:creator>
			<guid isPermaLink="false">187721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We've run in to the same issue. The reason the strings are not getting translated seems to be that load_plugin_textdomain is only being loaded in the admin (see lines 53 and 67 of gravityformspolls/polls.php). So it looks like this should be an easy fix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gravity forms needs admin RTL support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-needs-admin-rtl-support#post-176703</link>
			<pubDate>Tue, 19 Mar 2013 08:38:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">176703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you,  I will let Kevin know about it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
