[eluser]Bad Penguin[/eluser]
If my language is de-DE or de-AT then accept_lang('de') will return FALSE.
I'm forced then to parse the array returned from languages() instead in order to detect if any of the languages within it are starting with "de" or not.
Is this the way the language detection is supposed to be done within CodeIgniter?