Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing all languages except English


Guest

Recommended Posts

Posted

I don't want my page viewed in any other language

 

 

So I would like to remove the languages and get rid of the box on the pages for selecting a language how can I do this???

Posted
I don't want my page viewed in any other language

So I would like to remove the languages and get rid of the box on the pages for selecting a language how can I do this???

 

 

Hi Mar,

 

Just replace

 

include(DIR_WS_BOXES . 'languages.php');

 

with

 

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

 

in file name column_right.php that will get rid of the box to select languages.

 

If you are going to use only english language then I suggest you to remove other languages from the Admin/Localization/Languages.

 

I am doing above and its working fine.

 

Hope this helps,

 

regards

Natraj

Posted

Thanks I have removed the languages allready and still had the boxes I knew there was something missing. I have a follow up question can I have a better understanding of how they are using DIR_WS_BOXES these aren't variables so what are these little DIR_WS_*** attributes?

Archived

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

×
×
  • Create New...