Translating
Hello, I am wondering how translation works. For example, how could I translate the "Showing 1 to 3 of 3 results" into a language other than English?
Solution:Jump to solution
It's using Laravel's translation system. You can change the locale in the
.env
file. If the translations don't exist yet, check the files inside vendor/filament/filament/lang
folder2 Replies
Solution
It's using Laravel's translation system. You can change the locale in the
.env
file. If the translations don't exist yet, check the files inside vendor/filament/filament/lang
folder