How can I send emails in Rails 3 using the recipient's locale?

后端 未结 7 1804
说谎
说谎 2021-02-03 23:44

How can I send mails in a mailer using the recipient\'s locale. I have the preferred locale for each user in the database. Notice this is different from the current locale (I18n

相关标签:
7条回答
  • 2021-02-04 00:14

    in the most resent version of rails at this time it's sufficient to use "I18n.locale = account.locale" in the controller and make multiple views with the following naming strategy welcome.html.erb, welcome.it.html.erb and e.g. welcome.fr.html.erb

    0 讨论(0)
提交回复
热议问题