How can we handle localisation with email verifica...
# support-questions-legacy
b
How can we handle localisation with email verification?
n
Hey @beestreams Can you elaborate on what you want to do?
r
hey @beestreams you can do this by overriding the sendEmail function in the emailDelivery config of the emailverification recipe to send emails by yourself. Here you get to also control the contents of what you send.
b
Sure, so we will probably have signups in multiple countries, so just a question about how dynamic that would be.
r
Yea. You could get the IP from the request header for example and based on that determine the language to use.
Or you could pass in the lang preference from the frontend’s pre api hook to the backend and then read that from the request object