Ai Translate - translateContent error: Call to undefined method
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3478848. -->
Reported by: [bigbabert](https://www.drupal.org/user/3591390)
Related to !140
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Integrating <a href="https://www.drupal.org/project/auto_translation">https://www.drupal.org/project/auto_translation</a> with AI Translate using translateContent function i get this error: Error: Call to undefined method Drupal\Core\Language\Language::id() in Drupal\ai_translate\Controller\AiTranslateController->translateContent() (line 167 of modules/contrib/ai/modules/ai_translate/src/Controller/AiTranslateController.php).</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>install Ai Translate and Auto Translation module and try to add a translation to a node after configuring a provider</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>change $langFrom->id(), $langTo->id() to $langFrom->getId(), $langTo->getId()</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Add patch or release new version of AI Translate with the fix</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>NA</p>
<h3 id="summary-api-changes">API changes</h3>
<p>NA</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>NA</p>
issue