Hi, i have translated all my same custom field without problem, but for some reason that I can't understand, for two only custom image field when I use this code
in my default language the function rwmb_meta return correctly the full image array, but when I switch to another language the function return only the image ID.
I solved using wp_get_attachment_image() for the English translation only and for two field only. It's a very strange thing because for all other custom image advacend everything works well. Thanks.