I haven't found a good solution for this and hope someone else has come across this.
I have a navigation component (HTL) where all the links in the component live in the component HTML. Is there a way to get these links to automatically update to their language copy path on rollout?
i.e.
Hardcoded link: /content/site/language-masters/en/products.html
Want link to update to: /content/site/us/en/products.html after rollout.
Any ideas?