07-27-2018 08:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-27-2018 08:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi,
I am using locale.language to get localization info:
import { locale } from "user-settings";
console.log(locale.language);
So far I have managed to get de-de (german) and en-en (english) on my Ionic watch. But I also would like to get sv-se (or maybe se-se) for the Swedish language. How would I do that?
Also in package.json I checked the Locale "Swedish" but I couldn't find Swedish in the Gallery App Manager to be able to give a Swedish name and Swedish description for my clockface.
Any suggestions?
08-02-2018 13:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-02-2018 13:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've noticed this too. Swedish and Dutch can be selected as supported locales in package.json but they're not available in the Gallery App Manager.
I'm pretty sure that locale.language returned "en-SE" and "en-NL" on the watch in a previous OS version but now returns "en-us", whereas the companion app on the phone returns the correct locale.

08-02-2018 16:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-02-2018 16:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
https://gam.fitbit.com/gallery/app/ddb4596d-8296-43a0-b125-2644562e908d

