Hi,
Thank you for trying to help me. I have removed all events and added only one event for selectmenu with the script you posted above. Now when I test the app, I am expecting when I change the option from 'English' to 'German' in selectmenu, the caption text (which is originally 'English Language') and the label text (which is originally 'This is a demo'), I expect them to show in German:
English Language : Deutsch Sprache
This is a demo: Dies ist Demo
Unfortunately, that did not happen. Nothing has changed!
Are the translation.json files correct?
en-EN: { "header":"English Language",
"This is a Demo":"This is a Demo"}
de-DE: { "header":"Deutsch Sprache",
"This is a Demo":"Dies ist Demo" }
Do I need to change anything in selectmenu properties?