Hi, I need to implement a multi language solution with the following behavior.
I want to keep only one tree in the Pages app for each website, all the content will be translated in several languages, I already enabled i18n in order to see the drop down menu under every field of content that is editable, and I set also the fallback language. However, if the user want to see a page called page1 in German, he has to go under /de-DE/page1 while if he want to see the page in British English he has to go under /en-GB/page1. However, if for example a property of page1 do not have a German translation he should see the value of the label in the fallback language. Besically my problem is that I do not understand how I can say to magnolia that if the user hits the path /de-DE/pageName show the page in German, and if the user goes under /en-GB/pageName show the page in British English, because the node /de_DE/pageName would not exist, because the real node is /<sitename>/pageName. How I can achieve this behaviour? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=59223ac1-2fdd-4928-8f90-d9aaedfba778 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------