Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi,

 

Just downloaded the v2.2b EP. But I don't really get the configuration of the language.

you put this in the PHP file:

// Default Language code to use;

// set this to the code of the language you want to use

// 1 = english

// 4 = ukranian

// EP is set up to handle up to three languages at one time

 

// the first value is the default value. The category names are assumed to be in this language

// this one is english only

global $langcode;

$langcode = array(

1 => 1,

2 => 2,

3 => 3,

);

 

/*

// this handles 3 languages

$langcode = array(

1 => 1,

2 => 2,

3 => 3,

);

 

>>end quote>>

I don't really see the differents between the part "this one is English only" and the "this handles 3 languages"...

 

and what number stands for your language_id?

could you explain a bit the 1 => 1 stuff?

 

I currently have and English(Default) and Dutch shop, English is 1 and Dutch is 4 (I checked in the Db) So It should've already worked with the previous version, only, it didn't. All data was nicely put in the English part, but nothing in the Dutch part...

 

thanks a lot!

Maarten Pauchet

_____.:::.________###__________|/______

:(o o): . (o o) (o o)

ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...