Get translated value of field?

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!

1 Like