I'd like to be able to translate the title and description of attached images in different languages. Of course i've got the option to just create different galleries for all available languages but that seems like a bit of overkill.

Does anyone have a suggestion on how i can handle this?

Comments

acouch’s picture

Status: Active » Postponed (maintainer needs more info)

It really depends on how you are using this module to display galleries. I assume you would want to translate the 'Title' and 'Description' field for each image but the solution depends on what fields you are using for those. If you are using the "Title" and "Alt" from the image field, I'm not sure how you could translate that without creating a new field. If you are using another field for those two then you might be able to use: http://drupal.org/project/entity_translation

Can you say what fields you are using for the "Title" and "Description"?