

English
Plugin support for multiple languages is based on uni-app internationalization and [HBuilderX plugin internationalization](https://hx.dcloud.net. cn/ExtensionTutorial/localized) specification, so the multi-language specification of different types of plugins is slightly different.
Refer to Internationalization Special related tutorials
Refer to HBuilderX Plug-in Internationalization specification tutorial, identify according to package.nls.[language code].json in the root directory of the plug-in, if the plug-in is in addition to the default language In addition to supporting English and Japanese, the plug-in package needs to include the following files:
插件根目录
├── package.json
├── package.nls.en.json
├── package.nls.json
└── package.nls.ja.json
其中语言代码必须符合规范,点击查看更多语言代码