Hello, running the below.NET sample code, the results are coming back METRIC, how would you programmatically add the header "Accept-Language", value = "en_US" so that the results come back US (milliseconds, miles, feet, inches, pounds etec)?
https://wiki.fitbit.com/display/API/API+.NET+Client
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
What API endpoint are use using?
Setting header should be very straight forward operation.
Supported values are listed here: https://wiki.fitbit.com/display/API/API+Unit+System
Best AnswerOk, figured it out. It was easy as you said!
Thanks,
js
Best Answer