taurus-media/module-html-lang
最新稳定版本:1.0.0
Composer 安装命令:
composer require taurus-media/module-html-lang
包简介
Magento 2 module to set custom 'lang' attribute on the 'html' tag
README 文档
README
This module allows you to set a custom lang attribute on the <html> tag in your Magento 2 frontend, overriding the default locale-based value.
Features
- Easily configure a custom
langattribute for each store view. - Supports any valid language tag (e.g.,
en-US,de-DE,fr-FR, etc.).
Installation
Composer (Recommended)
- Open your terminal and navigate to your Magento 2 root directory.
- Run the following command:
composer require taurus-media/module-html-lang
- Enable the module:
bin/magento module:enable Taurus_HtmlLang bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Configuration
- Log in to the Magento 2 Admin panel.
- Navigate to Stores > Settings > Configuration.
- Go to General > General > Locale Options.
- Locate the field Custom HTML Lang.
- Enter the desired language tag (e.g.,
en-US). - If left empty, the default Magento locale value will be used.
- Click Save Config.
- Flush the cache if necessary.
License
This project is licensed under the MIT License - see the LICENSE file for details.
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-16