I want to change the language of appwrite for UI and for the account verification email content. How to impl this?
TL;DR
To set the local language of Appwrite, you need to find out the desired locale and use the `client.setLocale(locale)` method. This will change the language for both the UI and the account verification email content.
Drake
3 Jun, 2023, 04:32
You'll need to find out their locale and then you can call client.setLocale(locale). Then, if you call something like create email verification, the email sent will use that locale