Guest Posted December 27, 2004 Posted December 27, 2004 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?
OceanRanch Posted December 27, 2004 Posted December 27, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.