Hello, we’re currently developing an integration with HubSpot and the we’re struggling to get the properties labels according to the user’s preferred language.
The main goal is to allow the user to map the fields of our application with the properties of HubSpot. Given the fact that all of our users speak Portuguese, we would like to show the labels of the fields in Portuguese (as it appears when the user is using HubSpot usually).
However, when we’re getting the properties using this endpoing GET/crm/v3/properties/{objectType}
we we’re only able to retrieve the labels in English.
Is there any way to get the labels in Portuguese? Thanks in advance.
If I export the CSV/Excel file with all properties, I get the label in Portuguese, but through the API I get it in English. I’ve added 2 photos to explain the scenario. I’ll appreaciate any help.