Hi,
I have a FilteringSelect for which I want to change the text of its options.
<select autocomplete="true" dojotype="dijit.form.FilteringSelect" id="myDropdown" value="">
<option value="option1">Option1</option>
<option value="option2">Option2</option>
<option value="option3">Option3</option>
</select>
<option value="option1">Option1</option>
<option value="option2">Option2</option>
<option value="option3">Option3</option>
</select>
So, once you change the language to let's say Chinese, I want to load the Option1 with Option1 in chinese.
I couldn't find any function which I can just use.
Any ideas? Thanks in advance.

Anyone have any ideas? Going
Anyone have any ideas? Going to prod soon. Thanks.