--- title: li-metadata-translations description: "Allows a user to translate media library and data-record metadata into different languages." --- ## Supported Features | Feature | Supported | | ------- | :-------: | | Document | ✔ | | Media | ✔ | | Include | ✗ | | Document Creation Flow | ✗ | | Push Message | ✗ | | Usage Log | ✗ | | Table Dashboard | ✗ | | Display Filter | ✗ | | Search Indexing | ✔ | | System Metadata | ✗ | | Planning System | ✗ | | Webhook Conditions | ✗ | ## Description When adding `li-metadata-translations`, it allows a user to translate metadata into different languages. Metadata translations are supported for the Media Library and Data Records. - Guide: [Metadata Translations for Data Records](/guides/editor/metadata-translations/llms.txt) - Guide: [Metadata Translations for Media Library](/guides/media-library/media-library-setup/llms.txt) ## Default UI Built-in language selection UI ![image](../images/li-metadata-translations-ui.png) ## Storage Format ```js { locale: , label: } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-metadata-translations', config: { index: true // optional, default: false. Added in release-2023-07 } } // ... ] } ```