nerdexam
Microsoft

70-354 · Question #53

Drag and Drop Question You are developing a Universal Windows Platform (UWP) app. You have the following XAML code: <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Viewbox…

1. In Resources.resw, add the localized text. 2. Create a folder named Strings and two subfolders named en-us and fr-fr. 3. In the en-us and fr-fr folders, create new resource file named Resources.resw. 4. In Resources.resw, add a new resource named message. 5. For…

Manage project site content

Question

Drag and Drop Question You are developing a Universal Windows Platform (UWP) app. You have the following XAML code: <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Viewbox HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="1" Grid.Row="1"> <TextBlock x:Uid="Language" FontWeight="1"/> </Viewbox> </Grid> 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.

Explanation

  1. In Resources.resw, add the localized text.
  2. Create a folder named Strings and two subfolders named en-us and fr-fr.
  3. In the en-us and fr-fr folders, create new resource file named Resources.resw.
  4. In Resources.resw, add a new resource named message.
  5. For Resources.resw, set the Build Action to Embedded Resource.

Topics

#UWP#localization#x:Uid#resource strings

Community Discussion

No community discussion yet for this question.

Full 70-354 Practice