How can I setting on file page not found [page_not_found.php] for between 2 language ( ja and en).
お世話になります。
I am using this code on [page_not_found.php]:
<?php $currentLocale = Localization::activeLocale(); if ($currentLocale == 'ja_JP') {?>
// 日本語
<?php } else {?>
// English
<?php }?>