dosubot[bot] commented on issue #31392:
URL: https://github.com/apache/superset/issues/31392#issuecomment-2533498920

   <!-- Answer -->
   I found a similar unsolved discussion titled "[why I can not change my 
language??](https://github.com/apache/superset/discussions/31382)" which was 
last updated on December 10, 2024 
<sup>[[1]](https://github.com/apache/superset/discussions/31382)</sup>.
   
   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 
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/features/home/LanguagePicker.tsx)</sup>.
   
   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.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/5b82332a-7ab1-4700-996f-bb0398c81c53?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/5b82332a-7ab1-4700-996f-bb0398c81c53?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/5b82332a-7ab1-4700-996f-bb0398c81c53?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/5b82332a-7ab1-4700-996f-bb0398c81c53?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/5b82332a-7ab1-4700-996f-bb0398c81c53?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/5b82332a-7ab1-4700-996f-bb0398c81c53?feedback_type=other)</sup>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to