Type Alias: ComponentLocalizer()
ComponentLocalizer: (
componentStore
,language
) =>Record
<string
,any
>
The function to localize the properties of a component.
Parameters
• componentStore: ComponentStore
the component settings.
• language: Language
the language selected in the form viewer.
Returns
Record
<string
, any
>
the Record with the localized properties of a component.