在Magento 2中,可以使用以下代码获取商店视图代码的当前语言:
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$storeManager = $objectManager->get('\Magento\Store\Model\StoreManagerInterface');
$currentStore = $storeManager->getStore();
$currentLocale = $currentStore->getLocaleCode();
上述代码中,我们首先获取了StoreManagerInterface
的实例,然后通过getStore()
方法获取当前商店视图的实例。最后,使用getLocaleCode()
方法获取当前语言的代码。
Magento 2是一款流行的开源电子商务平台,具有强大的功能和灵活的扩展性。它支持多语言和多货币,可以满足全球化的电子商务需求。
推荐的腾讯云相关产品是云服务器(CVM)和云数据库(CDB)。云服务器提供可靠的计算能力,适用于Magento 2的部署和运行。云数据库提供高性能和可扩展的数据库服务,可以满足Magento 2的数据存储需求。
腾讯云云服务器产品介绍链接地址:https://cloud.tencent.com/product/cvm 腾讯云云数据库产品介绍链接地址:https://cloud.tencent.com/product/cdb
领取专属 10元无门槛券
手把手带您无忧上云