ZenphotoCMS Forum
Implement a 4 language admin - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Implement a 4 language admin (/thread-2739.html)



Implement a 4 language admin - kimsoler - 2008-04-24

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




Implement a 4 language admin - trisweb - 2008-04-24

Coppermine might be better for you there, it has good user-selectable language support.

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.