Re: page not found version 8.

2020年3月20日 at 18:38

I found



<?php $currentLocale = Localization::activeLanguage();
if ($currentLocale == 'ja') {
// ja
} else {
// else ...
}
?>