Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

defaullt language not working


bambi

Recommended Posts

Posted

I put new language at my OsC site and i made it default language from admin section but when i open site it appears in english :'(

Posted

Did you also change these in includes/languages/english.php ?

 

// Global entries for the <html> tag

define('HTML_PARAMS','dir="LTR" lang="en"');

 

// charset for web pages and emails

define('CHARSET', 'iso-8859-1');

 

Vger

Posted
Did you also change these in includes/languages/english.php ?

 

// Global entries for the <html> tag

define('HTML_PARAMS','dir="LTR" lang="en"');

 

// charset for web pages and emails

define('CHARSET', 'iso-8859-1');

 

Vger

Yes, I did

Archived

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

×
×
  • Create New...