private static string GetUserHelpLanguage() { CultureInfo userCulture = HelpProvider.GetUserCulture(); return(userCulture.Name); }