Sto cercando di mostrare un blocco personalizzato per ogni vista / lingua del negozio. Pertanto, voglio creare un'istruzione switch come:
$lang = // Get language code or store view code here;
switch ($lang) {
case 'en':
// English block
break;
case 'nl':
// Dutch block
break;
default:
// Dutch block
break;
}
Come posso ottenerlo? Ne ho bisogno in questo file\app\design\frontend\Venustheme\floristy\Ves_Themesettings\templates\header\default.phtml