nerdexam
Microsoft

70-484 · Question #17

You need to localize the Picture Sharer app in the required language. Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)

The correct answer is A. Add a Uid attribute to any XAML elements that must be localized. B. Create a folder named fr-CA at the root of the project. D. Create a resource file named resources.resw.. (A) To localize a certain property of a XAML element you only need to add a x:Uid="SomeKey" attribute to the element and add the appropriate resource to the .resw file. - (B) The app must be localized for the French Canadian market. - (BD) Example: A French language resource name

Prepare for a store app

Question

You need to localize the Picture Sharer app in the required language. Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)

Options

  • AAdd a Uid attribute to any XAML elements that must be localized.
  • BCreate a folder named fr-CA at the root of the project.
  • CCreate a resource file named resources.res.
  • DCreate a resource file named resources.resw.
  • ECreate a folder named es-ES at the root of the project.
  • FAdd a Name attribute to any XAML elements that must be localized.

How the community answered

(45 responses)
  • A
    80% (36)
  • C
    7% (3)
  • E
    2% (1)
  • F
    11% (5)

Explanation

  • (A) To localize a certain property of a XAML element you only need to add a x:Uid="SomeKey" attribute to the element and add the appropriate resource to the .resw file. - (B) The app must be localized for the French Canadian market. - (BD) Example: A French language resource named "Greeting" whose value is " Bonjour!". To create the resource file, add a folder named fr-FR to your project, and then add a resource file named Resources.resw to the folder. - In Windows Store apps, you designate the names of localized resource files by creating a folder to store the resources and images of a supported culture. You can then describe the resource by using the culture name (such as "ko-kr") followed by the default resource name and resource file extension (such as "ko-kr \Resources.resw").

Topics

#localization#XAML Uid attribute#resw files#globalization

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice