Is there a method or an easy way to get the translated value of a field?
E.g.:
$field->value("NL");
or something similar?
Thanks
Is there a method or an easy way to get the translated value of a field?
E.g.:
$field->value("NL");
or something similar?
Thanks
$page->content('en')->{$field}()
should work.
And that works. Youβre the best @texnixe
Thanks!