Magento Front End Developer - Test Questions

Internationalization

10. Implement Internationalization of Frontend Pages (4%)

Key Areas of Study

  • Understand the priority order of the different methods of translation

Questions

10.1 Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?
A. 
1. Database (Inline) translation
2. Module translation
3. Theme translation
B.
1. Database (Inline) translation
2. Theme translation
3. Module translation
C. 
1. Module translation
2. Database (In line) translation
3. Theme translation
D.
1. Theme translation
2. Database (In line) translation
3. Module translation
10.2 Where would you find the order_new.html transaction template within the Magento file structure?
A. Inside your themes 'locale' folder
B. Directly inside app/core/locale/en_US/
C. Directly inside app/locale/template/email/sales
D. Directly inside app/locale/template/email