Microsoft
70-355 · Question #2
70-355 Question #2: Real Exam Question with Answer & Explanation
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);
Community Discussion
No community discussion yet for this question.