# RevisionAccountExperienceCustomTranslation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locale** | **string** | The locale (e.g. \&quot;en\&quot;, \&quot;de\&quot;) | [default to undefined]
**translations** | **string** | The URL where the i18n json can be found | [default to undefined]

## Example

```typescript
import { RevisionAccountExperienceCustomTranslation } from '@ory/client';

const instance: RevisionAccountExperienceCustomTranslation = {
    locale,
    translations,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
