Microsoft Exam Questions

Which four actions should you perform in sequence?

DRAG DROP
You are developing a Universal Windows Platform (UWP) app.
You have the following XAML code.

You need to localize the app so that it displays “Bonjour” if the current language in Windows is set to French.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:

Answer:

Explanation:
Box 1, Box 2:
The localized Resources.resw files should be put into subfolders of a folder named Strings.
Box 3:
The Resources.resw files contain localized text.
Box 4:
In Visual Studio you can set “Build Action” for a project item to ‘Resource’ or ‘Embedded Resource’ A “.resx” file
is a special kind of embedded resource.

https://msdn.microsoft.com/library/aa992030(v=vs.100).aspx