Get interface language

Hello,

We would like to create activities with the interface language.
But this data is not present in userSettings Response.

Is there a quick way to retrieve the interface language ?

Thanks for your help.

We’ve just deployed a fix to this so you should be able to find the language property now.
It should look something like this:
“language”:{“language_code”:“en”,“country_code”:“US”}

With URL call: https://api.pipedrive.com/v1/users/me?api_token=

3 Likes

Thanks for fix ! :slight_smile:
I don’t know this route, it is not in API reference i think.

No problem! :slight_smile:

No, it’s not in the API Reference page yet, but it will be added with the next update.

it’s here https://developers.pipedrive.com/docs/api/v1/#!/Users/get_users_me :slight_smile:

1 Like