if local language is english the IEEE shapes are the default

This commit is contained in:
helmut.neemann 2016-05-19 08:06:15 +02:00
parent 37d468f3bb
commit 9147ee571b

View File

@ -199,7 +199,7 @@ public final class Keys {
* shape setting * shape setting
*/ */
public static final Key<Boolean> SETTINGS_IEEE_SHAPES public static final Key<Boolean> SETTINGS_IEEE_SHAPES
= new Key<>("IEEEShapes", !Locale.getDefault().getCountry().equals("DE")); = new Key<>("IEEEShapes", Locale.getDefault().getLanguage().equals(Locale.US.getLanguage()));
/** /**
* output format for numbers * output format for numbers