You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to download Target document? Not the xliff but the docx.
I tried _client.Project.DownloadFile(new FileDownloadRequest(projectId, "", FileDownloadRequest.Types.Targetfiles))
But alway return the xliff.
Thank you
The text was updated successfully, but these errors were encountered:
Is there a way to download Target document? Not the xliff but the docx.
I tried
_client.Project.DownloadFile(new FileDownloadRequest(projectId, "", FileDownloadRequest.Types.Targetfiles))
But alway return the xliff.
Thank you
The text was updated successfully, but these errors were encountered: