Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Probelm with languages in oscommerce


Guest

Recommended Posts

Posted

hi guys,

 

i have an oscommerce shop with 2 languges, Hebrew and Englsih.

the problem is when i go to the site its in english, and i want it to start in hebrew.

I already sleceted hebrew as defualt lang in control panel but it dosnt seem to work.

 

any ideas?

Posted

From a thread in the forum, change catalog/includes/application_top.php and comment out the following that uses the browser language as the first language default.

 

change

 

if (!$HTTP_GET_VARS['language']) $lng->get_browser_language();

 

to

 

//if (!$HTTP_GET_VARS['language']) $lng->get_browser_language();

 

See the following old thread....

 

http://www.oscommerce.com/forums/index.php?showtopic=36173

 

HTH

Tom

Archived

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

×
×
  • Create New...