I have been playing with Joomla 1.6 out-of-the-box but I don't think it can achieve what I want and I therefore need your help to install the right components.
I would like to create a multilingual website with the following URL structure:
http://example.com/{language}/{path}
Example URLs:
http://example.com/en/hello
http://example.com/fr/bonjour
http://example.com/de/hallo
Right now what I see is that I need to create 1 separate article for each language and specify the language in that article.
However what I would like is for hello, bonjour, and hallo to be managed within 1 single article where I can create different versions of the content depending on the languages that I want.