Hi,
i want my app to support imperial units.
Depending on the system being used, the unit label being used for some fit data, might change "yd" or "m", "min/100yd" or "min/100m", and so on.
<fitFieldid="1"displayInChart="true"sortOrder="1"precision="2"chartTitle="@Strings.pace_label"dataLabel="@Strings.pace_label"unitLabel="@Strings.pace_units"fillColor="#FFA500"/>
is this possible at all?