Email notification based on Customer's language

It seems like the notification system is ignoring all of the user / customer language settings. If the Customer / User / Contact is set to another language, it will still prioritize the Administrator’s Language Settings.

I wonder why. Maybe because the Administrator is the Owner and Creator of the Notification. I’d like to fix this now.

Can we perhaps fix it directly on the HTML message?

Thanks.

So far I managed a cheap ugly solution, where I use 1 Notification for each language by using: doc.language == “en” and doc.language == “pt”, etc.

But this is impossible when we want many many languages.