Choose language for embedded dashboard #22536
Replies: 4 comments 3 replies
-
@aehanno have you found any workaround yet? |
Beta Was this translation helpful? Give feedback.
-
@aehanno I found this for 2 days. I am very interested in this issue. |
Beta Was this translation helpful? Give feedback.
-
I had no success setting the language via an API call (Superset runs embedded in an iframe -> session mismatch). This worked for me: CustomSecurityManager.py: | You have to configure your CustomSecurityManager; superset_config.py : | |
Beta Was this translation helpful? Give feedback.
-
I had the same problem, implemented it by using a mutator: Superset config file:
And when emedding the dashboard, add this url param to the dashboardUIConfig
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How I can specified language when I display my embedded dashboard ?
Is it possible to specify it in the guest token or in the SDK method (supersetEmbeddedSdk.embedDashboard) ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions