2010-03-26, 08:01:43
Another possibility, if you use fancy url's and don't mind having only one level in your pages, would be using this structure:
WEBSITE/en/sample-page-in-english
WEBSITE/cz/sample-page-in-czech
('en' and 'cz' would be the slugs for each language's home page)
This could also be done without fancy url's, but wouldn't look so nice :-)
In Zegnåt's sample php code you would check for the parent page (instead of a customfield)
WEBSITE/en/sample-page-in-english
WEBSITE/cz/sample-page-in-czech
('en' and 'cz' would be the slugs for each language's home page)
This could also be done without fancy url's, but wouldn't look so nice :-)
In Zegnåt's sample php code you would check for the parent page (instead of a customfield)