Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 759 Bytes

9.md

File metadata and controls

19 lines (9 loc) · 759 Bytes

Section 9: Implement Internationalization of Frontend Pages (5%)

Previous Section | Next Section


9.1 Create and change translations

Demonstrate an understanding of internationalization (i18n) in Magento. What is the role of the theme translation dictionary, language packs, and database translations?

Understand the pros and cons of applying translations via the translate.csv file versus the core_translate table. In what priority are translations applied?

9.2 Translate theme strings for .phtml, emails, UI components, .js files

Demonstrate an understanding of string translation in JavaScript.