Skip to content

Multi language support #1129

Answered by balazsorban44
Manubi asked this question in Help
Jan 16, 2021 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Hi there, we already support custom pages (including login forms, only it is called signing):

https://next-auth.js.org/configuration/pages

and you can override the email template with the sendVerificationRequest method:
https://next-auth.js.org/providers/email#customising-emails

Here is the built-in signing page for inspiration:
https://github.com/nextauthjs/next-auth/blob/canary/src/server/pages/signin.js

If you need multi-language support, I think you could open a feature request issue, maybe with a proposal on how would you prefer doing it.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@stevedaniels-traintime
Comment options

@iaincollins
Comment options

@YuriGor
Comment options

@darshkpatel
Comment options

@gamessty
Comment options

Answer selected by balazsorban44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
7 participants