public object Convert(object value, Type targetType, object parameter, string language) { if (value is null) { return(""); } string propertyName = parameter as string; return(Localization.GetLocalizedString(AttributeReader.GetPropertyDescriptionValue(value, propertyName))); }