// // Copyright (c) PlaceholderCompany. All rights reserved. // namespace SystemTrayMenu.UserInterface { public class Language { public string Name { get; set; } public string Value { get; set; } } }