I am sending emails to multiple recipients through a loop. The email elements use language localization. When I send these emails, I would like to send these emails in the user’s native language.
I am sending emails to multiple recipients through a loop. The email elements use
Share
if you change
Configure::write("Config.language")to language which belongs to user to which the current e-mail is and after you use__d()or__()methods, you should have every email text in proper languagejust translate via
__dl()instead of basics.php__d()or__()providing example from answer on SO question no.4294543
or use parameterlanguagein__d()see: