mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Locale for language
This commit is contained in:
parent
6693060e54
commit
5706835e42
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ public class EntityMessage implements Serializable {
|
|||
boolean language_detection = prefs.getBoolean("language_detection", false);
|
||||
String l = (language_detection ? language : null);
|
||||
|
||||
DateFormat DF = Helper.getDateTimeInstance(context, l == null ? null : new Locale(l));
|
||||
DateFormat DF = Helper.getDateTimeInstance(context);
|
||||
|
||||
Element p = document.createElement("p");
|
||||
if (extended) {
|
||||
|
|
Loading…
Reference in a new issue