Page 1 of 1

Two languages site

Posted: 25 Nov 2008, 01:23
by mikimotta
Hi, I need to do a site(text pages and gallery) using Imagevue in two different languages. Someone could tell me how to do? Is it possible to do this with only one admin section??
Thanks
Mik

Posted: 25 Nov 2008, 03:03
by Nick
Let's say you upload Imagevue to /gallery dir on your site, then you make /index.html with something like that:
Code
<a href="gallery/?language=english">English</a>
<a href="gallery/?language=french">Franàis</a>
But descriptions and image titles will be same in both versions - that switch will just translate the interface.