What I'm trying to do is relatively simple but I can't find documentation.
Let's say I have a model Thing
with a field label
. The label
field is internationalized.
How can I update all label
fields from a model or an action?
(I'm using Doctrine)