How to disable app restart when localization is changed? ( LOCALE , getPropertyValue , addPropertyValueChangeListener , system )

How to disable app restart when localization is changed? ( LOCALE , getPropertyValue , addPropertyValueChangeListener , system )

BY 02 Jun 2018 Web Application Development

When I change the language on my phone, the language on my Gear S3 is changed as well and it causes the issue that restarts my watchfaces\apps (Javascript).

How to disable that shit?

No matter whether the methods are used:

– tizen.systeminfo.getPropertyValue(“LOCALE”, —);

– tizen.systeminfo.addPropertyValueChangeListener(“LOCALE”, —);

 

Written by