Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Disabling languages other than english


ali904f

Recommended Posts

Hello Ali904f,

You can first set a default language from admin panel and then to disable the box on top to select langugae go to.

catalog/include/header.php and find the following code line:

<b><? echo BOX_HEADING_LANGUAGES?></b><br>

Change to:

<b><? //echo BOX_HEADING_LANGUAGES?></b><br>

 

And then a little down find this line:

echo $languages_string;

Change to:

// echo $languages_string;

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...