Hi all,
i want to change the pannel language, config:
'panel' => [
'language' => 'en'
],
But the pannel still remains in german → hinzufügen etc
How to change everything to a selected language?
Thx for help
Hi all,
i want to change the pannel language, config:
'panel' => [
'language' => 'en'
],
But the pannel still remains in german → hinzufügen etc
How to change everything to a selected language?
Thx for help
English is the default anyway, but you cannot override individual user settings via the config. So if your user uses German, it will be German for them.
ahhh thank you, works!