- 🇦🇺Australia VladimirAus Brisbane, Australia
Drupal 7 is end of life → and no longer supported.
Closing the issue as outdated.
Hi there,
I have two languages on my site. For a node type I use this code to create the title automatically:
<?php
if ($language == 'en') {
echo ('Business Location');
} elseif ($language == 'de') {
echo ('Wirtschaftsstandort');
}
The code works well when I save the node in the source language (German). When saving the node I see the German title 'Wirtschaftsstandort [token]'. Switching language to English it correctly shows 'Business Location [token]'.
But: When I translate the German node and save the English version, I get the German title ('Wirtschaftsstandort [token]').
Does someone see what I am missing here?
Closed: outdated
1.4
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is
end of life →
and no longer supported.
Closing the issue as outdated.