[users-module] - activation emails are not working with active locale
Created 6 years ago by lckamal

I have enabled ar as default locale in my application. When I switch to english and register to the site, email confirmation comes in arabic not english.

stevenweijdt  —  6 years ago

how do you change the locale? I hope this will get fixed soon.

lckamal  —  6 years ago

Locale can be changed from config or .env.

You can set in .env like this:


LOCALE=ar
APP_LOCALE=ar```