mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Locale for language
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user