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