03-29-2018 08:13
03-29-2018 08:13
I used to differentiate between the different countries based on their language, but now (Fitbit OS 2.0) I always get "en-us" as language for every english speaking country. Is this a bug or am I just doing something wrong?
Thank you
03-29-2018 11:57
03-29-2018 11:57
Is this with the Companion user-settings API?
import { locale } from "user-settings"; console.log(locale.language);
03-29-2018 19:46
03-29-2018 19:46
Yes. Maybe others can confirm?
03-29-2018 20:19
03-29-2018 20:19
Are you using the simulator? If so, this is a known issue:
https://dev.fitbit.com/release-notes/fitbit-os-simulator/
03-30-2018 07:22
03-30-2018 07:22
No, I am using my ionic. If no one else is experiencing that issue than I'm probably doing something wrong.