You can easily use this approch to add as many languages as you need. Simply build your tree the following way:
/de/any/pages /en/any/pages /sp/any/pages If you are using the simpleNavigation tag you can use it like this: <cms:simpleNavigation startLevel="1" expandAll="true" /> With the startLevel parameter you can skip the de, en and sp links in the navigation. Now you have completly unrelated languages available which all can have their individual pages and properties. You can easily copy a whole branch to create a new language if desired. In most cases you'll use the same subpages in all of them. If this is the case you can easily change your displayed language by linking to the appropriate path of the other languages by simply replacing /de/ with /en/ and so on. -- Daniel Bleisteiner ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
