Selecting Lanuage in gallery manualy

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

Comments

  • acrylian Administrator, Developer
    Enable the dynamic locale plugin and if your theme does not support it add the necessary function to it.
  • Check the plugins. But of course, you will have to use a theme which supports the `dynamic-locale` plugin.
  • Thanks !
    I enebled plugin and added:
    <?php if (function_exists('printLanguageSelector')) { printLanguageSelector(); } ?>
    to my theme and everything works great.
  • Yeah. This is one on the reasons why ZenPhoto is great.
    Enjoy !
Sign In or Register to comment.