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..
You can do much easier if you put the image slide manually.
You can do something like this:
You can do something like this:
Code: Select all
if (lang = en) {
slide1-en
slide2-en
} if (lang = ge) {
slide1-ge
slide2-ge
}
Who is online
Users browsing this forum: No registered users and 9 guests