Hello,
text.html.twig contains the reference to the first image:
{% set image = page.media.images|first %}
is it possible to change it so that the image can change with the language extension?
Example: it should use image.en.png for English, image.it.png for Italian