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