What would you like to know more about?

Configuring Language and Locale

Quick Start

What to get the Language & Locale Widget up and running so your Users can experience your Widgets in their preferred language? See the Quick Start Guide to get started.

If the shared script hasn't been added to your website, add it to the appropriate webpage, replacing "example-church.com" with the base URL of your church's website.

<script id="MPWidgets" src="https://example-church.com/widgets/dist/MPWidgets.js"></script>

Create a webpage on your website that will display your Language & Locale Widget or identify the page on your website where it will be displayed.

Add the Language & Locale Widget to your church website by placing this snippet of code in the body of your webpage. Adding multi-lingual support through the Language & Locale Widget is optional, but always recommended. Ideally, the Language & Locale Widget will be added to each website page containing another Widget.

<mpp-locale-selector></mpp-locale-selector>
Tip: While not mandatory, this snippet would typically be placed inside a <div> element with the class "container".