LocalizedDescriptionAttribute Constructor
Attribute used to translate enums.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public LocalizedDescriptionAttribute(
string resourceKey,
Type resourceType
)
Public Sub New (
resourceKey As String,
resourceType As Type
)
Parameters
- resourceKey String
- String with the resource used to translate.
- resourceType Type
- Type with the resource with localized strings.