The next question suggests a language issue #7066

Closed
opened 2026-02-21 18:18:41 -05:00 by yindo · 2 comments
Owner

Originally created by @fsea on GitHub (Dec 5, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.13.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

The language suggested for the next question is always English, although I set the language to Chinese, but this feature still displays English

image

✔️ Expected Behavior

The language suggested for the next question can be consistent with the system settings

Actual Behavior

Displayed in English only

Originally created by @fsea on GitHub (Dec 5, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.13.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce The language suggested for the next question is always English, although I set the language to Chinese, but this feature still displays English ![image](https://github.com/user-attachments/assets/c0101a35-b1ed-4d4b-8172-6e752ee0b551) ### ✔️ Expected Behavior The language suggested for the next question can be consistent with the system settings ### ❌ Actual Behavior Displayed in English only
yindo added the 🐞 bug label 2026-02-21 18:18:41 -05:00
yindo closed this issue 2026-02-21 18:18:41 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Dec 5, 2024):

There are similar threads and issues related to the language inconsistency in suggested questions:

  1. Discussion: How to set the next question into Chinese? - This discussion addresses a similar issue where the next question suggestions are not in the desired language.

  2. Issue: The problem of follow-up questions being generated in a mixture of languages can be resolved by ensuring the output language matches the Assistant's latest response. This can be done using the SUGGESTED_QUESTIONS_AFTER_ANSWER_INSTRUCTION_PROMPT to enforce language consistency [1].

  3. Closed Issue: next suggest question need support chinese - This issue was resolved by a pull request that fixed the logic problem with the next suggested question [2].

To address your issue, you might want to ensure that the language settings are correctly configured in your system, and consider using the prompt mentioned above to maintain language consistency in the suggested questions.

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Dec 5, 2024): <!-- Answer --> There are similar threads and issues related to the language inconsistency in suggested questions: 1. **Discussion**: [How to set the next question into Chinese?](https://github.com/langgenius/dify/discussions/5944) - This discussion addresses a similar issue where the next question suggestions are not in the desired language. 2. **Issue**: The problem of follow-up questions being generated in a mixture of languages can be resolved by ensuring the output language matches the Assistant's latest response. This can be done using the `SUGGESTED_QUESTIONS_AFTER_ANSWER_INSTRUCTION_PROMPT` to enforce language consistency <sup>[[1]](https://github.com/langgenius/dify/discussions/5944)</sup>. 3. **Closed Issue**: [next suggest question need support chinese](https://github.com/langgenius/dify/issues/6231) - This issue was resolved by a pull request that fixed the logic problem with the next suggested question <sup>[[2]](https://github.com/langgenius/dify/issues/6231)</sup>. To address your issue, you might want to ensure that the language settings are correctly configured in your system, and consider using the prompt mentioned above to maintain language consistency in the suggested questions. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@crazywoola commented on GitHub (Dec 5, 2024):

Duplicated, you can also use custom button to fulfill this feature instead of using the suggested question.

@crazywoola commented on GitHub (Dec 5, 2024): Duplicated, you can also use custom button to fulfill this feature instead of using the suggested question.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7066