@@ -189,7 +189,7 @@ You can preview appearance settings from your question or dashboard's [embedded
\* Available on [Pro](https://www.metabase.com/product/pro) and [Enterprise](https://www.metabase.com/product/enterprise) plans.
### Allow people to download the results of an embedded question
## Allow people to download the results of an embedded question
{% include plans-blockquote.html feature="Downloading results" %}
...
...
@@ -199,6 +199,19 @@ If the download button is missing when you expected it to be available, check th
> Downloading results is available only for questions, not dashboards.
## Setting locale on a static embed
To display a static embed in a different language, you can set a locale for the embed. See a list of [supported locales](https://github.com/metabase/metabase/tree/master/locales).
To set a locale, add `locale=[LOCALE]` to your iframe URL, e.g., `locale=de-DE`.
Locale must come after the `?` in the URL and before the `#` (if you're including appearance settings). Like so:
Locale only affects UI elements; Metabase won't translate the text of your items (e.g., it won't translate the title of a question).
## Maximum request size
The maximum length of a static embedding URL (including all parameters) is the value of your [`MB_JETTY_REQUEST_HEADER_SIZE`](../configuring-metabase/environment-variables.md#mb_jetty_request_header_size) environment variable. The default is 8192 bytes.
* The "Granular" setting is not itself a type of permission; it just signals that permissions are set at a level below the current level. For example, you can select "Granular" at a schema level to set permissions per table for tables in that schema.
\* The "Granular" setting is not itself a type of permission; it just signals that permissions are set at a level below the current level. For example, you can select "Granular" at a schema level to set permissions per table for tables in that schema.
In the free, open-source version of Metabase, the **View data** setting defaults to "Can view". Since the setting's options aren't available in the OSS version, Metabase will only display this **View data** setting in the Pro/Enterprise version.
@@ -165,7 +165,21 @@ Note that the name of the filter in the URL should be specified in lower case, a
/dashboard/42?filter_for_user_zip_code=02116
```
## Disable public sharing in Metabase
## Setting a locale on a public link
To display a publicly linked item in a different language, you can set its locale. See a list of [supported locales](https://github.com/metabase/metabase/tree/master/locales).
To set a locale, add `locale=[LOCALE]` to your URL, e.g., `locale=de-DE`.
Locale must come after the `?` in the URL and before the `#` (if you're including appearance settings). Like so: