Post by Hansonv » Mon Apr 04, 2011 5:24 pm

I am considering t make a multilanguage website. I have found several templates with image slide, but how can I do the images multilanguage? I want to have a slide picture in english and german. When someone using german the pictures will show in german, when someone using english is on the site the slide will show in english..

Newbie

Posts

Joined
Tue Dec 28, 2010 6:05 pm

Post by qahar » Tue Apr 05, 2011 10:50 pm

You can do much easier if you put the image slide manually.
You can do something like this:

Code: Select all

if (lang = en) {
   slide1-en
   slide2-en
} if (lang = ge) {
   slide1-ge
   slide2-ge
}

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia
Who is online

Users browsing this forum: No registered users and 5 guests