I’m wondering is there any way that I can add custom code for a link on my site. In webflow the link options which I have is for External link, different page, section of page, email and phone. \
My problem is, I need the link to redirect the user to the same page but in another language. For example,
If the use is on the French pricing page and wants to go to the Spanish pricing page the link will take in the page they are on and redirect them to that page in spanish. At the minute it redirects to the home page in that language.
Then double click on the added element and write your custom <a> from the code editor: https://s16.postimg.org/c4xoojw7p/link.png
Add your classes from there too as you normally would in any code editor, if necessary.
I must remember you need a paid plan to use this feature.
There is an answer with some plugins you can use for localisation on the fly.
I think you are going to need JavaScript for this task, in one way or another.