<?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: Hebrew translation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hebrew-translation</link>
		<description>Gravity Support Forums Topic: Hebrew translation</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 20:01:59 +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/hebrew-translation" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Hebrew translation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hebrew-translation#post-46508</link>
			<pubDate>Mon, 16 Jan 2012 18:30:07 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">46508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To change sub-labels for the first/last name, you may use the Gravity Forms hooks gform_name_first and gform_name_last. Below is sample code to do this. You would place the sample code in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//modify first/last name sublabels
add_filter(&#38;quot;gform_name_first&#38;quot;, &#38;quot;change_name_first&#38;quot;, 10, 2);
function change_name_first($label, $form_id){
	//replace the first name label on form id 10
	if ($form_id == 10)
	{
		return &#38;quot;This is my new label for first name.&#38;quot;;
	}
	else
	{
		//return original label for other forms
		return $label;
	}
}
add_filter(&#38;quot;gform_name_last&#38;quot;, &#38;quot;change_name_last&#38;quot;, 10, 2);
function change_name_last($label, $form_id){
    //replace the last name label on form id 10
    if ($form_id == 10)
 	{
    	return &#38;quot;This is my new label for last name&#38;quot;;
	}
	else
	{
		//return original label for other forms
		return $label;
	}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>danielpettifer on "Hebrew translation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hebrew-translation#post-43616</link>
			<pubDate>Sat, 10 Dec 2011 04:19:24 +0000</pubDate>
			<dc:creator>danielpettifer</dc:creator>
			<guid isPermaLink="false">43616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I have a multilingual site and thus have forms in multiple languages. Localising the entire plugin is not an option for me and I need to specifically target the form labels I need to change, as specified in your link above. Unfortunately I am struggling to understand your example. Please could you give me a more..understandable example of, for instance..how to change the name and last name labels in form ID 2........and where exactly do I need to implement the code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Hebrew translation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hebrew-translation#post-42314</link>
			<pubDate>Mon, 28 Nov 2011 16:35:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42314@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We do not currently have a Hebrew translation for Gravity Forms.  &#60;/p&#62;
&#60;p&#62;You have two options.&#60;/p&#62;
&#60;p&#62;1) Localize Gravity Forms&#60;/p&#62;
&#60;p&#62;You can localize Gravity Forms just like WordPress and any other plugin.  Here is a tutorial on how to localize a WordPress plugin:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/&#34; rel=&#34;nofollow&#34;&#62;http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Localizing a plugin localizes the admin and any sub-labels that are part of the form.&#60;/p&#62;
&#60;p&#62;2)  If you don't need to localize the entire plugin and just want to build a form that appears in Hebrew then you would enter the data in Hebrew.  The form name, field names, etc.  &#60;/p&#62;
&#60;p&#62;You could then localize individual form field sub-labels using PHP you would add to your themes functions.php.  These sub-label filters are documented here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>barak on "Hebrew translation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hebrew-translation#post-42275</link>
			<pubDate>Mon, 28 Nov 2011 11:17:54 +0000</pubDate>
			<dc:creator>barak</dc:creator>
			<guid isPermaLink="false">42275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
Can you help me to understand how do i build a Hebrew form?&#60;br /&#62;
Do you have a Hebrew translation for this plug?&#60;br /&#62;
Is there a place where I can translate it to Hebrew?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
