Interface PropertyLocalizer<T>
Properties
createResources
createResources: ((propertyKey: string,
control: T) => Record<string, string>) localizeControlAttribute
localizeControlAttribute: ((propertyKey: string,
control: T,
resources: Record<string, string>) => void) propertyType
propertyType: string
Handle the localization of control properties for a given property type.