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:
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
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch4w ago
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

Did you find this page helpful?