View Single Post
  #8  
Old 04-02-2003, 09:08 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

one way to remove all the other language entries in the database is run an sql command to delete all but the ones that you want to stay.

each language has a language code ie US / GB English = US

so you could run this to remove everything but US / English

Code:
DELETE FROM xcart_languages WHERE code <> "US"
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote