I managed to allow user to change languages, tutorial is very simple and helpful. In
beforeAction()
of my Controller I added
Yii::$app->language="de";
But when I put
<?= Yii::t('app', 'Change language') ?>
inside
layouts/index.php
where my main template is, it doesn’t translate it, it translates it when Yii::t() is inside “views” folder but not “layout” folder