How can I implement a gallery in 4 languages so that in the admin I can give each album/subalbum/image description and title in each one of the languages?
Then from the public site I can recover from the data base the title and description that corresponds based on a lang variable.
Thanks,
Kim
Comments
In Zenphoto, you'd have to alter quite a few of the admin interfaces. Obviously you'd need four fields for each field, one for each language, and then text boxes or a language-switcher to choose which to edit. On top of that the display functions would need to be changed to use the correct language field based on a selection.
It would be a little time consuming, but not too hard.
Definitely not supported by Zenphoto now though. Good luck.