There isn't an option to set the temperature to either C or F on the 920. I think if the units are metric it assumes C.
So how can a user have there watch set to imperial but show C in a widget?
I know there is the Sys.getDeviceSettings().temperatureUnits to determine what its set to but how can I have distance in feet and temperature in C?
Perhaps a change to the 920 software (and VA and epic?) is required to allow users to set the temp units?
Also it would be nice to be able to set it via the simulator too.
Some users world wide want distance in feet but temperature in C
[edit]
interesting
My 920 is to use all metric units and use this in my widget
if(Sys.getDeviceSettings().temperatureUnits == Sys.UNIT_METRIC)
but it's determining that this isn;t true so showing temp units in F
How can I ensure I show the CORRECT tenp units?! Ta