I have a website written in PHP (all of my functionality is complete) and I am now starting to add the interface. The site allows users to decide which language they want the pages displayed in. The information is stored in a cookie and then a language file is read when needed to display the correct content.
My question is, in terms of design, how could I allow the user to change the language? For example, using a dropdown box or some other method. I am looking for something that looks really good but is also really simple.
Dropdown in a modal confirmation window with overlay effect would be cool.