- Issue created by @PhilY
- πΊπΈUnited States zengenuity
Are you sending these emails to a user account on the site and want to use the language from their account settings? Does it work if you set the recipient_uid field on the easy email entity?
- π«π·France PhilY πͺπΊπ«π· Paris, France
Are you sending these emails to a user account on the site and want to use the language from their account settings?
YesDoes it work if you set the recipient_uid field on the easy email entity?
The email is sent but in the website default language. - πΊπΈUnited States zengenuity
I think there's an issue here, but the proper fix could be complex. Let's see if there's a workaround to solve your problem first.
There's an ECA submodule called ECA Language. If you add the "Language: set code" action from that module into your model before you create the Easy Email, does that work? I think this action is supposed to switch the default language that the model is operating under.
- π«π·France PhilY πͺπΊπ«π· Paris, France
add the "Language: set code"
Perfect tip, that works!
Thanks @zengenuity