Skip to main content
Indiana Wesleyan University Support Knowledge Base

Add Translation to a SharePoint Page

Adding Translation to a SharePoint Page

1.  Edit page as Content manager, site owner, or admin.

clipboard_ef9097cc86c4c57675c0d02e21843a108.png

2.  Add new web part as first item on the page

clipboard_ed1aa36a3b5d0869dc315983e2d4e4914.png

3.  Add the “Modern Script Editor” web part.

clipboard_e69f85cb0eca782b418ad2f93a8566159.png

4.  Click on the “Edit snippet” button of the added script editor. 

clipboard_edaba1ec1ff128e623e1df4be8739d5cd.png

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>

clipboard_e950382be4e33afb4525d822f49bfb1aa.png

6.  Republish the page.

clipboard_e060fc30995d6df474837298ed4f13046.png

7.  The language switcher should now be included at the bottom right of the page.

clipboard_e8d2bdb6aaf05aea13dfb1c1b4f5f9b5d.png

  • Was this article helpful?