F
Filament8mo ago
Wannes

Switching default locale

Hi, I need to make an admin panel for a client and I just started using filament for a smoother and faster development flow. I just can't seem to find where I set the default language to dutch. Is there an easy way to do this? All I find is how to create language switchers. I just need to set a different default locale. Thanks!
2 Replies
Jyrki
Jyrki8mo ago
Filament user the app locale, so you can set it to nl in your AdminPanelProvider app()->setLocale('nl')
Vp
Vp8mo ago
Change locale inside config/app.php