net90_PropertyGridHelpers.Attributes_LocalizedTextAttribute - dparvin/PropertyGridHelpers GitHub Wiki

LocalizedTextAttribute class

Base class for localized text attributes.

[AttributeUsage(AttributeTargets.All)]
public abstract class LocalizedTextAttribute : Attribute
parameter description
resourceKey The resource key.

Public Members

name description
static Get(…) Gets the LocalizedTextAttribute from the specified context.
ResourceKey { get; } Gets the resource key.
GetLocalizedText(…) Gets the localized text.

See Also

⚠️ **GitHub.com Fallback** ⚠️