public SupportedCulture GetCulture(string specificulture) { return(ListSupportedCulture.Find(c => c.Specificulture == specificulture)); }