my site is in english and german (well, will be if i ever get it finished) and i want to use the same gallery (version 2.1) for both languages. i integrated everything in the english part without any problems. then i tried the same thing for the german part by just making a index_de.php file with my german header and footer. but this only works for the first page. as soon as a thumb is clicked you get moved to the english part. so what would be the easiest way to implement that? i don't want to have 2 completely seperate instalations of the same photos if i don't have to.
and if i would want to translate the actual gallery part of the website into german would i need to manually change everything in the gallery.php file and rename it to something like gallery_de.php and then update the include in index_de.php? not really fit in php, so am glad for any help i can get.