For AI agents: the complete documentation index is available at https://docs.dataplatform.ovh.net/llms.txt, the full documentation bundle is available at https://docs.dataplatform.ovh.net/llms-full.txt, and this page is available as Markdown at https://docs.dataplatform.ovh.net/sdk/app-basic-ui-select-lang.md.
  • 🇬🇧 English
  • Select Lang

    Warning

    Rework pending, no delivery date. The Front App SDK (ReactJS) and the Front API SDK (NodeJS) are both being replaced. This page documents the current release, remains accurate, and is maintained until the replacement ships. Code written against it keeps working.

    Allows you to add a language selector for your dashboard.
    Available languages are defined in ./config/global.json at the key i18n.

    Add Select Lang

    Select Basic UI -> Select lang.

    Exemple Panel

    Configure Select Lang

    Simplified configuration

    This configuration allows you to configure the selector in a simple and intuitive way.

    Exemple Panel

    Advanced configuration

    Below is the JSON configuration for Select Lang as created above :

    {
      "type": "select-lang",
      "style": {},
      "showLabel": false
    }

    Result

    Exemple Panel