Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Standard Language - German


Christof11

Recommended Posts

Hi,

 

when somebody with an English Browser come to my site, the standard language changes from German to English, thats not good.

 

So I commented this part in application_top.php out:

 

	if (isset($HTTP_GET_VARS['language']) && tep_not_null($HTTP_GET_VARS['language'])) {
  $lng->set_language($HTTP_GET_VARS['language']);
} else {
  $lng->get_browser_language();
}

 

 

BUT now, the Language is in German but I can't change the Language in English.

 

I only want the standard Language in German also when I visit the Page with an English Browser and then somebody can change it.

 

 

 

Greets

Christof

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...