I found 70608 for the integration of i18n module, but I don't find how to configure 2 (or more) front pages for different languages. Is there any hint for it? thanks.

Comments

dennys’s picture

This is my current solution:

<?php
if ("en" == i18n_get_lang()) {
?>
English Page...<br/>
<?php
} else {
?>
Chinese Page...<br/>
<?php
}
?>
Dublin Drupaller’s picture

Status: Active » Closed (fixed)

no activity for quite a while so closing this thread. Open this back up if you're still stuck.