I'm creating a multilingual website (german / english) and looking for a solution for the following problem:

I want to keep the advantage of a navbar as a repeating object. But on the german pages a german navbar shall appear and on the english pages an english version. Now Im wondering what would be the easiest way to solve this problem. One idea could be to create two separate websites (two different .xar files) within the same folder and place a language button which switches to the other version in each case.

Or does somebody have another, simpler idea how to handle a multilingual website?

Thanks for any suggestion!