I’m translating a website using the new localization feature and I can’t figure out a good way to do string interpolation. So if I have a string that includes a variable from a CMS collection, how can I include that in the translated string?
For example I have a heading like this, where jurisdiction
is a variable coming from the CMS:
EN: {{ jurisdiction }} court cases
FR: Jurisprudence en {{ jurisdiction }}
How can I do this in Webflow?