As a developer based in Belgium, I face the problems in making a multilingual websites verty often.
Therefor I wanted to make a package that can be installed on every website, even when it's not (yet) a multilingual website. It had to be possible to make your webiste multilingual by setting the "umbracoHideTopLevelNodeFromPath" to false.
For the moment I have some macros to show the supported languages, store the current language in a Cookie,..
and I'm working with the following content structure:
NL
home
informatie
...
FR
home
information
...
EN
home
information
...