How can I set a different homepage per language in Drupal?

后端 未结 3 1936
伪装坚强ぢ
伪装坚强ぢ 2021-01-16 00:50

How can I set a different homepage per language in Drupal ?

I\'m only using locale module (not i18.. or other translations module).

thanks

3条回答
  •  盖世英雄少女心
    2021-01-16 01:38

    And if you want this to actually work, because there's an annoying bug in setting a default homepage for different languages, as we're used to having ridicolous bugs in Drupal, you have to change the url in orde to properly set the default front page. This is because the language prefix remains the same when switching languages. Amazing isn't it.

    So change /nl/admin/config/system/site-information to /en/admin/config/system/site-information

    To actually make this work.

提交回复
热议问题