Open jzju opened 2 weeks ago
Hi @jzju, Please upgrade your SurveyJS Form Library to the latest v1.12.9. I tested the following demo and confirmed that a selected Dropdown value is updated correctly. View CodeSandbox
Let me know if this helps.
Did you select the option before changein language?
Found a workaround to this and and another bug where rating where lacking text. Call survey.fromJSON after changing language.
survey.locale = lang.value;
survey.fromJSON(yourjson);
Hello,
Did you select the option before changein language?
I tested the demo in various ways but did not reproduce any issues with improper translation. For me to move forward, I need to reproduce the issue on my end. Please share exact steps to reproduce the issue using the demo I shared earlier.
Thank you
and another bug where rating where lacking text. Call survey.fromJSON after changing language.
survey.locale = lang.value;
survey.fromJSON(yourjson);
I would also appreciate if you elaborate on this additional issue. Please share a relevant code/demo for research.
Thank you
This is from using your CodeSandbox
https://github.com/user-attachments/assets/98dd021d-189f-4d2e-bdbc-ff12ce114362
Steps to reproduce
Start with survey.locale = "ne", select option one, change survey.locale to "en", everything becomes english except the selected value in dropdown.
Expected behavior The dropdown should say english.
Screenshots
Please complete the following information: