Add i18n support for Label and other property translation (+ entityform name)
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1848018. -->
Reported by: [tinkalink](https://www.drupal.org/user/458700)
>>>
<p>Hi!</p>
<h2>Problem</h2>
<p>I've managed to translate the individual fields on the form. The title that is shown to the user upon filling the form, however, cannot be translated. Is that Correct?<br>
If so, than I'd like to hide the title on the form, as it's really not that nice to have one title for all languages on the site.</p>
<h2>Solution</h2>
<p>Proper integration with i18n_string module</p>
<h2>Usage</h2>
<p><strong>Dependencies : </strong></p>
<ol>
<li>a multilingual website with at least two enabled languages :)</li>
<li>entity api module</li>
<li>i18n_string module (part of i18n module)</li>
<li>entityform latest dev snapshot with patch #57 applied</li>
</ol>
<p><strong>Configuration :</strong></p>
<ol>
<li>Enable entityform_i18n module</li>
<li>Go to admin/config/regional/translate/i18n_string and select entityform and refresh strings</li>
</ol>
<p><strong>Usage : </strong></p>
<ul>
<li>Either open admin/config/regional/translate/translate and search and translate any entityforms related strings</li>
<li>Or open admin/structure/entityform_types and click on the translate link for any entityform you wish to translate</li>
</ul>
<p><strong>Known problems : </strong></p>
<ul>
<li>Entityform name is translatable but entityform submission page title (page title in browser tab) still appears untranslated</li>
<li>Formatted text are not translatable <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-8"><a href="https://www.drupal.org/project/entity/issues/1973024" title="Status: Needs review">#1973024: Does Entity i18n integration support Text Formatted properties properties?</a></span></li>
</ul>
<p>Many thanks!</p>
> Related issue: [Issue #1252144](https://www.drupal.org/node/1252144)
> Related issue: [Issue #1973024](https://www.drupal.org/node/1973024)
> Related issue: [Issue #2480587](https://www.drupal.org/node/2480587)
issue