The parameter "language" allows configuring the displaying locales on the application

📘

Default Locale

  • If no language is being set, the app will try to use the locale used by the browser.

  • If no supported language (listed above) is being set by neither the parameter nor the browser, the content will be displayed in Spanish

👍

Supported Languages

We Follow the ISO 639-1 standard language codes

es: Spanish (Spain)
en: English
pt: Portuguese (Portugal)
pt-br: Portuguese (Brazil)
ar: arabe
ca: Catalan
it: Italiano
uk: Ucraniano
pl: Polaco
sl: Sloveno

Specific configuration parameters

Parameter LibParameter WebDescription
languagelanguagelanguage code of the supported language.
Default: Browser || "en"

Usage Example


Consider the following example:

<!DOCTYPE html>
<head>
    <title>LSW v3 Embed</title>
</head>
<body>
    <div id="instaleap-lsw-v3"></div>
</body>

<script src="https://xandar-lsw-v3.instaleap.io/lib/status.js"></script>
<script>
    const params = {
        job: "myJob",
        token: "myToken",
        container: "#instaleap-lsw-v3",
        language: "pt"
    }
    window.instaleap.status.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/status?job=myJob&token=myToken&fontFamily=monospace

The language configuration is set in the "language" attribute of the configuration object.

You will see the following content