Hi
My website will need to be bi-lingual (French and English) and I'd like to use the same language button on all my pages. The English button would have the text "Français" and the French pages would have the same button with the text "English".

How would I trigger a php script to call the equivalent page in the other language? I'm going to use another directory and another xar website file to handle the second language. I guess I'll need a lookup table to handle the name translation. For example, a page called "links.html" in English would be "liens.html" in French. It would also be nice to have a global php variable called $language that would be = "EN" or "FR" so that I could simplify the logic.
Will this be possible or worth it to do this in Xara or will I just need to have separate buttons with hard-coded links on every page in both sites?
Thanks again
Elliot