Using gengo (url: http://wp-multilingual.net) i'm trying to list the languages i've set. There's a tag, gengo_list_languages(), that "(taken from http://wp-multilingual.net/download-gengo/template-functions/en/) Outputs a formatted lists of languages defined for this blog" but it is only listing my default language, english. How can I also have it include the second language which is deutsch?
For anyone who's curios I worked around the problem by using the_translation() instead. The difference is that it doesn't display both languages but still works because it displays the language that ISN'T chosen.
I'm having the same problem as you and I tried your solutions, which doesn't work for me...
if i do that i'm getting a fatal error:
Fatal error: Call to undefined function: the_translation() in /hsphere/local/home/...sidebar.php on line 5
any other solutions?