I have an internet SharePoint 2007 (MOSS) portal and I want to enable multilingual for it, what is the best practice?
Considering I have tried to enable variation and it did work on the new content but I want it to copy the old content (date before I enable variation).
Also my site does not contains publishing page only and I read that this is a limitation on variations; it does work only on the pages http://technet.microsoft.com/en-us/library/ff628966.aspx#limitations
I have thought of creating a new site collection inside the parent then restore a copy of the site collection then from the content database change the langid but this is a bad behavior to modify the content DB the start to rename (update) all the content!! seems the easiest and fastest solution but with a very bad (not recommended change in the content DB)
Can anyone guide me what the best way to do this?