Im trying to create a multilanguage website.I used this http://www.phpsimplicity.com/tips.php?id=15 tutorial and it works fine. But I don't understand how to switch languages and save it in session.
I have the menu:
<div id="language">
<ul>
<li> <a title="LT" href="">LT</a></li> |
<li> <a title="LV" href="">LV</a></li> |
<li><a title="EN" href="">EN</a></li>|
<li><a title="RU" href="">RU</a></li>
</ul>
</div>
For example, user pressed "EN" and how do I write this choice in session using href link?