protected string GetPresentationResource(string resourceName, int lcid)
 {
     return(ResourceHandler.GetResource(resourceName, lcid));
 }