Locale for language

pull/198/head
M66B 4 years ago
parent 6693060e54
commit 5706835e42

@ -323,7 +323,7 @@ public class EntityMessage implements Serializable {
boolean language_detection = prefs.getBoolean("language_detection", false); boolean language_detection = prefs.getBoolean("language_detection", false);
String l = (language_detection ? language : null); 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"); Element p = document.createElement("p");
if (extended) { if (extended) {

Loading…
Cancel
Save