<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-rc.1.20451.14" />

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(); } }