In your generated `config/app.php`, set:

```php
'locale' => 'bn',
'fallback_locale' => 'en',
```

This makes Bangla the default UI language, with English as the internal fallback
for any translation key not yet added to `resources/lang/bn/`.
