language.tpl
Description
The language changer for the store. Selecting a different language here will change the setting store wide. The language system provides as standard different language variations for all standard texts in the store, but does not translate text. To have different language product descriptions etc you will need to add these in manually.
Template file location
/skins/YOUR_SKIN/styleTemplates/boxes/language.tpl
Control file location
/includes/boxes/language.inc.php
Classic skin template output screenshot

Basic template structure
<!-- BEGIN: language -->
<!-- BEGIN: option -->
Repeating language options.
<!-- END: option -->
<!-- END: language -->
|