Get request.path in Liquid for other available locales

Is there a way in Liquid to get the URL path for the other locales that are available in a store?
For example: store has EN & FR - user is browsing a product in EN - is there a way in liquid to get the FR url of the same object? (handle or request.path or anything that can be used)

I’m looking to get this info to replace the automatic integration of hreflang and build manual ones because it needs to add extra regions that are not available in the Shopify store.

Hi BogdanRG,

There is a country.available_languages Liquid object so you can get an array of the available languages and likely set up logic that would construct a URL from this (using product.url). Would this work for you?