If you are building a site, which should support more than one language, there are two ways of doing this. Okay, perhaps there are more than two, but I will only give two examples.
The two I will cover is:
1. Manually adding language page
2. Integrated TYPO3 language support
1. Manually adding language page
This I will only touch briefly, as the solution should be obvious when the layout is presented. It should be very easy. Just create a tree like this and manually do the linking:

That’s it.
2. Integrated TYPO3 language support
This is quite different compared to the first setup. We will…
read on