
Originally Posted by
kobra
The tpl_header.php file is mainly just for the layout of the header and not the content text. This file I would think would be the same for both languages.
Where you want to include differences is in the includes/languages/english/header.php file & the english.php file then in the includes/languages/other_language/header.php file & other_language.php file.
This way when the language is changed ZenCart will load the alternative language files text but still lay it out as defined by the single tpl_header.php file.
And I hope that you can understand my response.