Create a multi-language floating window

Can it be added to a multi-language floating window? That is, depending on the language of the user who has installed the app, show the text of the floating window in one language or another
Thank you.

Hello @antonio.lao!

One way of doing this is by requesting the user data via API:
https://developers.pipedrive.com/docs/api/v1/Users#getUser
The result includes the locale configured for them, so you can use it to localize your floating window content.

This topic was automatically closed after 60 days. New replies are no longer allowed.