DicE Posted December 11, 2002 Posted December 11, 2002 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 Quote _____.:::.________###__________|/______ :(o o): . (o o) (o o) ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-
Recommended Posts
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.