ZenphotoCMS Forum
Album Object outside ZP with multi-lingual albumTitle - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Translating (https://forum.zenphoto.org/forum-8.html)
+--- Thread: Album Object outside ZP with multi-lingual albumTitle (/thread-8916.html)



Album Object outside ZP with multi-lingual albumTitle - tunafish - 27-07-2011

We can get the imageTitle doing $_zp_current_album->getTitle()
I have the Multi-lingual option selected and need to access languages other than the currently active locale. How can I do this?

What's even more, I have a page outside ZP, email-ajax.php that I use to send an email to an international friend with AJAX (jQuery). How can I initiate the Album Object in this page?




Album Object outside ZP with multi-lingual albumTitle - acrylian - 27-07-2011

  1. http://www.zenphoto.org/documentation/core/_functions-i18n.php.html#functionget_language_string

  2. http://www.zenphoto.org/news/zenphoto-as-a-plug-in-using-zenphoto-functions-from-outside-zenphoto




Album Object outside ZP with multi-lingual albumTitle - tunafish - 27-07-2011

Zuper acrylian! Thanks so much :-)