using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.Utility { public static class RSL { public static string Get(string name) { return EMIS.Resources.DataAnnotations.Label.ResourceManager.GetObject(name).ToString(); } } }