Search code examples
winjswindows-phone-8.1

Change the title of the select control


I'm using a control in my application and I need to localize the title.

By default it shows "CHOOSE AN ITEM". How can I change it?

I tried to set the name, the title , etc.. And visual studio does not give me to possibility to look at the DOM while the select control is open.

code :

<select>
 <option>option 1</option>
 <option>option 2</option>
</select> 

Solution

  • I don't think this title can be edited. The selection screen is something that comes from the OS.