# Locale - Translation Module Data Models Reference

This documentation provides a reference to the Locale data model. It belongs to the Translation Module.

[Source code](https://github.com/medusajs/medusa/blob/87b5b454afdf7533a167fcb48e069f8c28e4b7e9/packages/modules/translation/src/models/locale.ts#L3)

- id: (PrimaryKeyModifier\&#60;IdProperty\&#62;) The ID of the locale.
- code: (\`TextProperty\`) The BCP 47 language tag code of the locale (e.g., "en-US", "da-DK").The code of the locale in BCP 47 format. For example, \`en-US\`.
- name: (\`TextProperty\`) The human-readable name of the locale (e.g., "English (US)", "Danish").The display name of the locale
