12 lines
769 B
Plaintext
12 lines
769 B
Plaintext
---
|
|
displayed_sidebar: translationReference
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# CreateLocaleDTO
|
|
|
|
The locale to be created.
|
|
|
|
<TypeList types={[{"name":"code","type":"`string`","description":"The BCP 47 language tag code of the locale.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The human-readable name of the locale.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the locale to create.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateLocaleDTO"/>
|