Microsoft
70-355 · Question #2
You are developing code to meet the requirements of the personal notes. Which code should you include?
The correct answer is B. using Windows.Globalization; var languageFontGroup = new Fonts.LanguageFontGroup (Language.CurrentInputMethodLanguageTag). See the full explanation below for the reasoning.
Question
You are developing code to meet the requirements of the personal notes. Which code should you include?
Options
- Ausing Windows.Globalization; var languageFontGroup = new Fonts.LanguageFontGroup (Windows.System.UserProfile.GlobalizationPreferences.Languages[0]);
- Busing Windows.Globalization; var languageFontGroup = new Fonts.LanguageFontGroup (Language.CurrentInputMethodLanguageTag);
- Cusing Windows.Globalization; var languageFontGroup = new Fonts.LanguageFontGroup(ApplicationLanguages.Languages [0]);
- Dusing Windows.Globalization; var languageFontGroup = new Fonts.LanguageFontGroup((new GeographicRegion ()).Code);
How the community answered
(40 responses)- A13% (5)
- B80% (32)
- C5% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.