Skip to content
Merged
2 changes: 2 additions & 0 deletions docs-mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@
"embedding/iframe/analytics-chat",
"embedding/iframe/creator-mode",
"embedding/iframe/customization",
"embedding/iframe/localization",
"embedding/iframe/events",
{
"group": "Authentication",
"pages": [
Expand Down
4 changes: 4 additions & 0 deletions docs-mintlify/embedding/iframe/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ You can customize the appearance of iframe-embedded Cube content in two ways:
Customization options will expand over time. This page documents what is supported today.
</Note>

<Tip>
To set the language of embedded surfaces — account-wide, per embed, or at runtime — see [Localization](/embedding/iframe/localization).
</Tip>

<Tip>
To brand the whole embedded experience — accent color, background, text, logo, and fonts — at the account level, configure the [app theme](/admin/customization/app-theme). It applies to all embedded surfaces automatically (and, optionally, to the entire Cube Cloud console).
</Tip>
Expand Down
12 changes: 12 additions & 0 deletions docs-mintlify/embedding/iframe/dashboards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ CSV is generated client-side from the data already loaded into the widget, so no
additional query is issued. The parameter is opt-in — omit it (the default) to
keep the download action hidden.

## Set the language

Embedded dashboards render their UI in the account's default language, which you can
override per embed by adding the `?locale=` query parameter:

```text
https://your-tenant.cubecloud.dev/embed/dashboard/YOUR_DASHBOARD_PUBLIC_ID?session=YOUR_SESSION_ID&locale=es-MX
```

See [Localization](/embedding/iframe/localization) for the list of supported languages
and the other ways to set the language.

## Customize appearance

You can style an embedded dashboard — background, padding, widget borders, titles, and fonts — from the **Styling** panel in the Dashboard Builder. See [Dashboards → Styling](/docs/explore-analyze/dashboards/styling) for the full list of options.
Loading
Loading