# Default Language for Admin Related Emails

**URL:** https://meta.discourse.org/t/default-language-for-admin-related-emails/33374
**Category:** Feature
**Created:** [September 16, 2015, 8:57pm UTC](https://meta.discourse.org/t/default-language-for-admin-related-emails/33374 "2015-09-16T20:57:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cogdog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cogdog/32/116536_2.png) [@cogdog](https://meta.discourse.org/u/cogdog)
#### Post date: [September 16, 2015, 8:57pm UTC](https://meta.discourse.org/t/default-language-for-admin-related-emails/33374/1 "2015-09-16T20:57:20Z")

</div>

I am running a community for a mostly Spanish speaking audience, and having a default language setting works great for them.

I am the admin, and do not speak Spanish, so in my account preferences, my language is set to English. However the system emails to me come in Spanish, just now the notice of a new version:

 ![](https://global.discourse-cdn.com/meta/original/3X/1/6/168e368249d98050b77935ba16487f3696b3589f.jpg)

I sort of expected discourse to know which language to use when emailing me (?) It’s not a huge issue, but a nice to have. Thanks

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [September 16, 2015, 9:30pm UTC](https://meta.discourse.org/t/default-language-for-admin-related-emails/33374/2 "2015-09-16T21:30:48Z")

</div>

User language preferences only affect client side UI. That email comes from the server side.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [September 17, 2015, 3:04am UTC](https://meta.discourse.org/t/default-language-for-admin-related-emails/33374/3 "2015-09-17T03:04:25Z")

</div>

We can make it affect the server side, though. Wrap the email in `I18n.with_locale(user.effective_locale) do` .

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:37am UTC](https://meta.discourse.org/t/default-language-for-admin-related-emails/33374/4 "2025-12-04T11:37:00Z")

</div>


