I am working on several multi-lingual sites. Right now only two languages, but possibly more in the future.
I have found the code snippet that helps me interpret the user's language preference, and I deliver the right page to the user. I would like something more elegant, though.
For example, phpMyAdmin has a great system for switching languages-- but it is closely tied to that source code. I see that it could be factored out and be a nice (PEAR?) library. Has this been done?
Andy