When I change language, it does not work.
Closed this issue · 1 comments
Bug description
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem.
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
I found a similar unsolved discussion titled "why I can not change my language??" which was last updated on December 10, 2024 [1].
Regarding the language change functionality in Superset, it is implemented using a LanguagePicker
component on the frontend. This component displays a menu of available languages, each represented by a flag icon and a link. The backend constructs the language data, which is then used by the frontend to render the language options [2].
If the language change is not working, you might want to check if the LanguagePicker
component is receiving the correct locale
and languages
props. Additionally, ensure that the backend is correctly providing the language data and that the URLs for changing the language are properly configured.
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other