Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove (not display) the language selection/language flag?


Guest

Recommended Posts

Posted

I simply want to use English as the default language and I do not want the customers to see the language selection/flag on my site. Any help to accomplish this would be appreciated.

Posted

In includes/column_right.php

 

From this:

include(DIR_WS_BOXES . 'languages.php');

 

To this:

//include(DIR_WS_BOXES . 'languages.php');

 

The_Bear

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...