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?
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.
Best Answer
Best Answer