Good afternoon!
I'm looking for a way to link a image with a selected language .
This background image is actualy displaying navigation menus, so I need it to display in the correct language!
I've created the two images and called them
topmenubg_english.gif
topmenubg_french.gif
My site works fine right now with the english image always showing, whether the language is english or french.
the file current image used is topmenubg.gif
I found mention of it in this file, but don't know what to do with this information
/includes/templates/(CUSTOM-TEMPLATE)/css/colors.css
#navMain { background-color: #FFFFFF; background-image: url('../images/topmenubg.gif'); background-repeat: no-repeat }
Is there a way for me to program something like:
If language is = english, ('../images/topmenubg_english.gif')
else ('../images/topmenubg_french.gif')
or sometime along those lines???



)

