<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.7.20364.11" />

System.ComponentModel.DataAnnotations.LocalizableString

namespace System.ComponentModel.DataAnnotations { internal class LocalizableString { public string Value { get; set; } public Type ResourceType { get; set; } public LocalizableString(string propertyName); public string GetLocalizableValue(); } }