LocalizationFormModal
This component let's you to configure localisation messages for the enabled languages in iviva and it opens in a modal
Installation
import {LocalizationFormModal} from 'uxp/components';
Examples
<LocalizationFormModal
code: 'uxp-core.text.save'
/>
Properties
Name
Type
Description
code
string
useGoogleTranslate
boolean
beforeOpen
() => boolean
className
string
code
type
string
useGoogleTranslate
type
boolean
beforeOpen
type
() => boolean
className
type
string
Last updated