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