Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Defaulp Language Problem


acabiya

Recommended Posts

Posted

I'm having a problem. I have a site installed on Ver 2.2 RC2.

 

My default language is Spanish. It seams that there is a BUG or something BUT IT ALWAYS STARTS ON ENGLISH. I have to go and change language to Spanish.

 

Can someone guide me on fixing this???????

Posted

Is your browser configured to talk to you in English? If so, that's what osC uses to decide what language to come up in. You'll need to configure your browser to Spanish.

Posted

I have several clients like me that have Firefox and IE in English. How can I make OSC to use the DEFAULT language, not the browser language.

Posted

/catalog/includes/application_top.php

 

Change:

	  $lng->get_browser_language();

To:

	  $lng->set_language(DEFAULT_LANGUAGE);

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...