Hi,
I want to change language in my magento page.
So I referred to following site, and installed via composer.
https://www.mageplaza.com/magento-2-chinese-language-pack.html
After that I changed locale option(Chinese) and I checked the website.
I can change CNY-人民币 on Currency part on front page, but some following words on header was not changed to Chinese.
How can I change them?
Can anyone solve it?
Thank you.
Hi @sin4
Have you run the command after installing language pack -
php bin/magento setup:static-content:deploy zh_Hans_CN
Also you can add your custom translation in the i18n directory in the csv file !
Hope it helps !
Hi,
Thank you for reply.
Do I have to install zip file from mageplaza?
I've already run the command.
And which directory should I add my custom csv file?
Thank you.