Add Translation to a SharePoint Page
Adding Translation to a SharePoint Page
1. Edit page as Content manager, site owner, or admin.
2. Add new web part as first item on the page
3. Add the “Modern Script Editor” web part.
4. Click on the “Edit snippet” button of the added script editor.
5. Add the following script and click the save button
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
Weglot.initialize({
api_key: 'wg_4d9915a9d4f0c89a9ebc495729eb8e243'
});
</script>