<?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: Changing the default language in the forms.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-the-default-language-in-the-forms</link>
		<description>Gravity Support Forums Topic: Changing the default language in the forms.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:36:10 +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/changing-the-default-language-in-the-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Changing the default language in the forms."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-default-language-in-the-forms#post-49732</link>
			<pubDate>Fri, 17 Feb 2012 17:22:20 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">49732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, LedStyle,&#60;/p&#62;
&#60;p&#62;By default, Gravity Forms will use the language of your site. You can change the language for just a plugin by using one of WordPress' hooks. You can use the &#34;plugin_locale&#34; filter like the example below. This will tell Gravity Forms to use the language file for Brazilian Portuguese, while other plugins continue to use the site's language. This will impact both the front-end forms and the admin. You would put the code in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;plugin_locale&#38;quot;, &#38;quot;change_language&#38;quot;, 11, 2);
function change_language($locale, $domain)
{
       //only change language for gravity forms
	if ($domain != &#38;quot;gravityforms&#38;quot;)
	{
		return $locale;
	}
	else
	{
		return &#38;quot;pt_BR&#38;quot;;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if you have questions. Boa sorte!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LedStyle on "Changing the default language in the forms."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-default-language-in-the-forms#post-49486</link>
			<pubDate>Wed, 15 Feb 2012 12:41:22 +0000</pubDate>
			<dc:creator>LedStyle</dc:creator>
			<guid isPermaLink="false">49486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have an installation of WordPress in English, but I want to use the Gravity Forms Plugin in Brazilian Portuguese. How can I do that? It's appearing in english by default.&#60;/p&#62;
&#60;p&#62;Tks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
