Is there a way to retrieve the current document url without the culture prefix using macros I have tried using the GetDocumentUrl() and GetDocumentUrlByID(DocumentID) which returns the document url with culture prefix.
GetDocumentUrl()
GetDocumentUrlByID(DocumentID)
Try using the macro:
{%CurrentDocument.NodeAliaspath|(identity)GlobalAdministrator%}
Please, sign in to be able to submit a new answer.