You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A similar question was addressed in Issue #912, where the solution involved setting the locale for a tenant in the tenant's service provider. Would this approach work for your use case?
Currently, changing the default locale within middleware is not feasible because the locale is set in the routes file using LaravelLocalization::setLocale() before the middleware is executed. However, a refactoring is planned for v3 (see Issue #921) that will address this limitation.
I have install stancl/tenancy to create multi store tenant .
and i have mcamara to setup store default language from settings database table .
but my problem is :
The default language does not change, it always remains English because the language settings are configured before tenant
The text was updated successfully, but these errors were encountered: