How to use different Privacy Policy link for each language in your store
In order to set a different Privacy Policy link for each language that your store is translated in, you should follow these steps:
Apply the script from the file provided below to the head HTML element in your store’s theme.liquid file.
Download Privacy Policy Link Translation Script
Add an object in the variable privacyPolicyLinksTranslations for every language that you want to have a different Privacy Policy link for.
Add a key to each of the objects called language with a value of the ISO code of the language. For a full list of the ISO language codes, you can check this link.
Add another key to each of the objects called link with a value of the Privacy Policy link you use for your store when it is translated to the corresponding language.
Save the changes.
After following these steps the script should look as the example shown in the screenshot provided below but with the languages and Privacy Policy links that your store uses:

If any issues or concerns arise, you can always reach out to us in the live chat of the app, or via email: apps-support@consentmo.com or from the Chat button at the bottom right corner of your browser.
Apply the script from the file provided below to the head HTML element in your store’s theme.liquid file.
Download Privacy Policy Link Translation Script
Add an object in the variable privacyPolicyLinksTranslations for every language that you want to have a different Privacy Policy link for.
Add a key to each of the objects called language with a value of the ISO code of the language. For a full list of the ISO language codes, you can check this link.
Add another key to each of the objects called link with a value of the Privacy Policy link you use for your store when it is translated to the corresponding language.
Save the changes.
After following these steps the script should look as the example shown in the screenshot provided below but with the languages and Privacy Policy links that your store uses:

If any issues or concerns arise, you can always reach out to us in the live chat of the app, or via email: apps-support@consentmo.com or from the Chat button at the bottom right corner of your browser.
Updated on: 01/09/2023
Thank you!