LocalizationForm

This component let's you to configure localisation messages for the enabled languages in iviva

Installation

import { LocalizationForm } from 'uxp/components';

Signature

const LocalizationForm: React.FunctionComponent<ILocalisationFormProps>

Examples

<LocalizationForm
code: 'uxp-core.text.save'
/>

Properties

Name
Type
Mandatory
Default Value
Example Value

code

string

Yes

-

-

useGoogleTranslate

boolean

No

-

-

className

string

No

-

-

Last updated