Locale for language

This commit is contained in:
M66B 2021-04-27 14:11:34 +02:00
parent 6693060e54
commit 5706835e42
1 changed files with 1 additions and 1 deletions

View File

@ -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) {