namespace Yavsc.Resources { /// /// Makes possible the code injection /// public class YavscLoc { public static string ChooseAnEventDate { get { return "Please, choose a date for this event."; } } } }