I'm building a new Worpress site with NextGen Gallery. I need it to be multilingual, so I'm using qTranslate-X plugin for translations. But I can not figure out, how to translate NextGen galleries.
I have checked the options 'ngg_album', 'ngg_gallery', 'ngg_pictures' in the qTranslate Configuration. But I can not find, where the translations of these items can be done.
Have I missed something? Can anybody help me to translate NextGen galleries?
Thanks in advance!
The way I woud try to accomplish this is:
1.) Create a custom NextGen template. According to documentation, you need to:
2.) Now in the gallery-templatename.php template, modify the
echo $gallery->slideshow_link_text
to_e($gallery->slideshow_link_text)
.3.) All that is left is to use qTranslate language tags in gallery title like
[:en]English text[:de]German Text
. For more information about these language tags, check qTranslate documentation.