So here is the issue: I am redesiging a site for an organization.The site is bilingual - english and french. The menu at the top and the left side is an HTML page on it's own. All the pages main body of the site call in the menu part with a line of PHP. Here is an example image:
Here is the problem: The button in the menu to get to the french part of the site needs to go to the same page in french that the person was reading in english instead of just going to the home page for the french side. I.E - someone was reading www.site.com/en/sexytopic.html and they click on the french button in the menu; it needs to take them to www.site.com/fr/topicsexy.html instead of just www.site.com/fr/home.html. It needs to go to the french version of every page that someone is reading, and vice versa for french to english.
What kind of chaos do i need to deal with to have this happen?
Here is the problem: The button in the menu to get to the french part of the site needs to go to the same page in french that the person was reading in english instead of just going to the home page for the french side. I.E - someone was reading www.site.com/en/sexytopic.html and they click on the french button in the menu; it needs to take them to www.site.com/fr/topicsexy.html instead of just www.site.com/fr/home.html. It needs to go to the french version of every page that someone is reading, and vice versa for french to english.
What kind of chaos do i need to deal with to have this happen?
