© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•4w ago•
4 replies
barrerakj

Use localization in Authentication features

✅ SolvedPanels4️⃣v4
Thanks for the help in advance. I simply want to use the default Laravel localization on the authentication features, to translate labels and buttons into Spanish. This is the way I'm using them, the default way.

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->login()
        ->registration()
        ->passwordReset()
        ->emailVerification()
        ->emailChangeVerification()
        ->profile();
}
public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->login()
        ->registration()
        ->passwordReset()
        ->emailVerification()
        ->emailChangeVerification()
        ->profile();
}


I understand that it is possible to create a new PHP class to extend the base profile pages and create a customized one, but I don't really need that. I like the way they are made. I just want to translate them into Spanish.
Solution
I'd assume they are already translated for Spanish?!
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Use API authentication in Filament
FilamentFFilament / ❓┊help
12mo ago
localization problem
FilamentFFilament / ❓┊help
2y ago
How to use this code in Two Factor Authentication
FilamentFFilament / ❓┊help
2y ago
Overwrite filament actions localization
FilamentFFilament / ❓┊help
2y ago