cancel
Showing results for 
Search instead for 
Did you mean: 

Remove language and Flag

Remove language and Flag

Hi, How do I remove  the country from the head of my site? Is it a setting in Magento?

 

See Screen Shot 2016-07-07 at 11.22.50.pngscreen grab

 

Thanks

2 REPLIES 2

Re: Remove language and Flag

You can remove language selector from header by adding this to your theme's local.xml

<default>

<reference name="header">

<remove name="store_language"/>

</reference>

</default>

Re: Remove language and Flag

Hi Stike,

You can comment below block code from your themes page.xml

  Ex:-

<!--<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>-->