Multi language php script
问题 How to create multi language main menu in html/php script now i have <li> <a href="{url p='poceni-letalske-karte.html'}"> <span>{t t="Letalske Karte"}</span> </a> </li> and <option value='EN'>English</option> which it go to mysite.com/EN i want when user select English language EN code it also change main menu text how to do that ? This is website Letalske karte I found this script http://www.bitrepository.com/php-how-to-add-multi-language-support-to-a-website.html But i don't know how to set