Hi I was searching but I didn't find. What I have to add to my theme to have possibilty for user to choose language of gallery. I wolud like to have drop list with languages on my index page. regards Miron
Thanks ! I enebled plugin and added: <?php if (function_exists('printLanguageSelector')) { printLanguageSelector(); } ?> to my theme and everything works great.
Comments
I enebled plugin and added:
<?php if (function_exists('printLanguageSelector')) { printLanguageSelector(); } ?>
to my theme and everything works great.
Enjoy !