How to choose the default locale for Filament? editing "locale" in config/app.php dindn't work #11027
Unanswered
dev-dev-15
asked this question in
Help
Replies: 1 comment 2 replies
-
run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default language of Filament now is in English, I want to change it to Arabic so I changed the value of
locale
inconfig/app.php
but the language in Filament is still English!The locale outside Filament is "ar" which is expected, but in Filament routes the locale is "en".
I have the translation files of Filament Arabic.
I use
bezhanSalleh/filament-language-switch
and I change the language using it without any problem.Beta Was this translation helpful? Give feedback.
All reactions