FormFlowAttribute.IsLocalizable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if attribute is localizable.
public bool IsLocalizable { get; set; }
member this.IsLocalizable : bool with get, set
Public Property IsLocalizable As Boolean
Property Value
Remarks
Attributes that are used on classes, fields and properties should have this set. That way those attributes will be in the localization files that are generated.