Open bcomeau opened 8 years ago
It could be useful to have localized email subject/body matching the user's communication preferences.
A column could be added to the User class to save some sort of localeIdentifier. Like used in the Installation class.
User
localeIdentifier
Installation
The localization could be done simply by using a subject/body for each supported language with a default one.
Any idea how can we do this?
It seems to be an interesting feature !
It could be useful to have localized email subject/body matching the user's communication preferences.
A column could be added to the
User
class to save some sort oflocaleIdentifier
. Like used in theInstallation
class.The localization could be done simply by using a subject/body for each supported language with a default one.