-
I would like to have my annotation hotspots in two languages. Could you please advice on how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since hotspots are just standard HTML, you'll want to look into how this is done for any website. |
Beta Was this translation helpful? Give feedback.
Since hotspots are just standard HTML, you'll want to look into how this is done for any website.
display:none
is popular for hiding elements and I believe there are libraries to aid with localization. Anything you find should be applicable directly to hotspots as well.