# LocalizationForm

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

## Installation

```tsx
import { LocalizationForm } from 'uxp/components';
```

## Signature

```tsx
const LocalizationForm: React.FunctionComponent<ILocalisationFormProps>
```

## Examples

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

## Properties

| Name               | Type    | Mandatory | Default Value | Example Value |
| ------------------ | ------- | --------- | ------------- | ------------- |
| code               | string  | Yes       | -             | -             |
| useGoogleTranslate | boolean | No        | -             | -             |
| className          | string  | No        | -             | -             |

## Related Types

* [ILocalisationFormProps](https://help.iviva.com/uxp/v5/additional-resources/types/ilocalisationformprops)
