Jump to content

Language Packs Updated to 2.0


Al Brookbanks

Recommended Posts

Hi,

As of 26th October '03 all language packs have been updated for improved HTML compatibility with ISO charset values and local php configuration.

Instructions:

1. Back up your old language file and delete them from the /admin/lang/ folder.

2. Upload the new language files you wish to use on your store.

Available at http://download.cubecart.com

If you run CubeCart 2.0.0 (even if you have installed the three most recent fixes descrived in the upgrade package) then please modify the following code after instaling these language packs.

In /upload/header.inc.php AND /upload/admin/header.inc.php

Find line at around line 38 (/upload/header.inc.php):

<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>




Replace with:




<meta http-equiv='Content-Type' content='text/html; charset=<? echo $charset; ?>'>




Find line at around line 5 (/upload/admin/header.inc.php):




<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>




Replace with:




<meta http-equiv='Content-Type' content='text/html; charset=<? echo $charset; ?>'>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...