(The page is still named “bilingual”, but we got ambitious.)
The aim of this project is to provide a comprehensive solution for bloggers who blog in several languages using the WordPress blogging software. Several of us have been using a mixture of existing solutions and personal hacks. Now, with someone who actually knows how to code PHP on board, we are set to take this a step forward.
You can subscribe to the RSS2 feed for this section (namespace) of Palimpsest (this wiki) here.
From — chris waigl 2005/01/14 15:17
$lang might be to general and lead to conflicts with other plugins
global $lang; it doesn’t interfere with anything else.[639]_[Alpha-2], whereas browsers use [639]-[Alpha-2] or just [639]. That’s why I wrote resolve_post_lang() to attempt to intelligently resolve the discrepancies between the code constructs and figure out the right one to display.$_SERVER[’HTTP_USER_AGENT’] and not $_SERVER[’HTTP_ACCEPT_LANGUAGE’]? (just curious)
HTTP_USER_AGENT.