70-482 Free Dumps Study Materials
Question 5: DRAG DROP
You are developing a Windows Store app by using HTML5 and JavaScript. The app will be used in
multiple geographic regions.
The default.html file contains the following code segment: <input type="text" placeholder="USA"/>
<br/>
<u!>
<li>Currency:USD</li> </ul>
The resources.resjson file contains the English (en-US) resources shown in the following code
segment:
{
"Country" : "USA",
"ListElementl" : "Currency:USD"
}
The app must access string resources from the resources.resjson file. The data-win-res attribute must
be configured in the default.html file to globalize the app.
You need to modify the code segment to ensure that the app can be localized with minimum effort.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the
correct locations in the answer area. Each code segment may be used once, more than once, or not
at all. You may need to drag the split bar between panes or scroll to view content.)
Correct Answer: