--- dimensions: type: primary: reference detail: core level: beginner standard_title: Multilingual README language: en title: Multilingual README description: This article introduces the file specifications for Dify plugins' multilingual READMEs and their display rule in Dify Marketplace. --- You can create multilingual READMEs for your plugin, which will be displayed in [Dify Marketplace](https://marketplace.dify.ai) and other locations based on the user's preferred language. ### README **File Specifications** | **Language** | Required | Filename | Path | **Description** | | :------------------ | :------- | :-------------------------- | :----------------------------------------------------- | :--------------------------------------------------------------- | | **English** | Yes | `README.md` | Plugin root directory | / | | **Other Languages** | No | `README_.md` | In the `readme` folder under the plugin root directory | Currently supports Japanese, Portuguese, and Simplified Chinese. | Here's an example of the directory structure: ```bash ... ├── main.py ├── manifest.yaml ├── readme │   ├── README_ja_JP.md │   ├── README_pt_BR.md │   └── README_zh_Hans.md ├── README.md ... ``` ### How Multilingual READMEs are Displayed **in Marketplace** When your plugin has a README in the user's preferred language, the plugin's detail page in Dify Marketplace will display that language version of the README. ![](/images/plugin_details_page_en.jpeg) {/* Contributing Section DO NOT edit this section! It will be automatically generated by the script. */} --- [Edit this page](https://github.com/langgenius/dify-docs/edit/main/plugin-dev-en/0411-multilingual-readme.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)