Hello!
I want to translate my multi-language magento system. But I don't want to edit the theme and other files. Because I think the multi-language feature will be corrupted. I think I need to translate through the front. How can I do it? Thanks.
Solved! Go to Solution.
You need to create i18n folder in your theme or module level and create CSV file specific to language.
en_US.csv for English,
es_ES for Spain language
nl_NL for Dutch language
and add the first column as original text and second column as the translated word.
After Create CSV file you need to run upgrade and Static content deploy command to see changes
You need to create i18n folder in your theme or module level and create CSV file specific to language.
en_US.csv for English,
es_ES for Spain language
nl_NL for Dutch language
and add the first column as original text and second column as the translated word.
After Create CSV file you need to run upgrade and Static content deploy command to see changes
i needed it, so thanks!