Hi,
I'm looking to add alternate language link statements in the head section of the page and update the sitemap with the corresponding alternate language links.
Given a page load, in Velocity what would I use to check if there is a corresponding page for the same page identifier (assuming that's correct)?
I was going to use the following as it's performant: $dotcontent.find(..page identifier...)
However, I'm not sure if I can check the alternate language.
What would be the right way to detect this?
For the Sitemap I can probably handle that already.
Thank you,
Ryan