Locale Question (runtime.cfg)

OH2.3 Snapshot build #1277

Quick Question: Do we still need the localeprovider settings within $OPENHAB_CONF/services/runtime.cfg (/etc/openhab2/services/runtime.cfg) or these have been replaced with the i18nprovider settings?

old setup (coming from the distributed runtime.cfg file which was last updated on Sep 17, 2017)

org.eclipse.smarthome.core.localeprovider:language=en
org.eclipse.smarthome.core.localeprovider:region=GR

new setup:

org.eclipse.smarthome.core.i18nprovider:language=en
org.eclipse.smarthome.core.i18nprovider:region=GR
org.eclipse.smarthome.core.i18nprovider:measurementSystem=SI
org.eclipse.smarthome.core.i18nprovider:timezone=Europe/Athens
org.eclipse.smarthome.core.i18nprovider:location=xx.xxx,yy.yyy

these stuff end up in:

/var/lib/openhab2/config/org/eclipse/smarthome/core/i18nprovider.config
&
/var/lib/openhab2/config/org/eclipse/smarthome/core/localeprovider.config

I will try to remove the older style and keep only the i18n stuff to see if any binding “screams” :slight_smile:

PaperUI -> Configuration -> System -> Regional Settings references only the newer (i18n) stuff:

1 Like