HI @freddyee
I hope you’re well today!
In order to handle different languages it’s best to create copies of the popup. You can clone such popup and then manually translate content of each one to different languages.
Then you would need to use additional visibility rules to show relevant popups but that would also depend on how languages are handled on site.
For example, if you are showing your popup only on site.com/about page and that page is available in two languages, let’s say Spanish as default and English as secondary, and languages are included in URL like this
site.com/sobre – default Spanish
site.com/en/about – additional English
you can use URL visibility condition to show Spanish version on “site.com/sobre” URL only and English version on “site.com/en/about” URL.
Best regards,
Adam