Hi,
I would like to get UserInterestCriterion list in multiple language in order to have autocomplete form.
Now I'm using ConstantDataService for Python library, and call getUserInterestCriterion("IN_MARKET") . This function return list of all available UserInterest and then I filter this list to match it with autocomplete form input, witch is not really convenient.
I would like to know if there are more relevant services where I can get UserInterestCriterion with user interest name translate in other language and with some filter keys.
Thank you for your help.