sergiselvas
Member
Posted 3 years ago #
Hi
Anyone knows how to use a multilanguage mode with NEXTGen Gallery Plugin?
I'm bulding a site with multilanguage and I need a Gallery Image so it should be multilanguage as well.
What bothers me is the "Watch gallery" link on the album page and "Next / Prev" links in the slideshow so If I could delete that two thinks would be good enough by now.
Thanks or your help
Sergi
Have a look at the language switcher plugin from poplarware.com, if that's what you're looking for. Then all you need to do is wrap $image->description and $picture->description
in the source code in
apply_filters('the_title', )
so it looks like
apply_filters('the_title', $image->description)
This is just an example. In the same way you can make any part of NGG multilingual. All you need to do is find the correct bits to wrap, which is easy enough.