Background of the issue:
I use some texts and inner links in PHP template. I can translate texts with string translations, but I need to know how to use the correct translated URLs to pages. Pages are translated, so I just need to change the URL to the translation.
Symptoms:
I don't know how to use the correct translated URLs in PHP templates.
Questions:
How do I use the correct translated URLs to pages in PHP templates?