I have CB connect working, importing data from LinkedIn. LinkedIn has a number of fields with standardised drop down lists: Location, Industry, Company size etc. When I import these data I get them in English. However, I want to get them in Dutch. According to LinkedIn this is possible (see:
developer.linkedin.com/documents/profile-api
):
"To specify the language you prefer, pass an Accept-Language HTTP header. Set the values to a comma separated list of locales ordered from highest to lowest preference. For example, if your preferred order is Spanish, then English (American), and finally Italian, your header should be: Accept-Language: es-ES, en-US, it-IT."
I understand that this is currently not a functionality, but I need a workaround for the moment. What would be the syntax and the right place to put such a line?