private static bool FindCurrent(ComboBoxValue value)
 {
     if (value.LanguageTag == Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride)
     {
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
        private static bool FindCurrent(ComboBoxValue value)
        {

            if (value.LanguageTag == Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride)
            {
                return true;
            }
            return false;

        }