View Single Post
  #8  
Old 05-20-2003, 10:01 AM
  shan's Avatar 
shan shan is offline
 

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

Default

In your admin / languages ... add a record for each language you need.

add the variable to your tpl file ....

The store will display

Quote:
.................................................. ..................
Language = ENGLISH

Variable = lbl_about_our_site
Description = About our site
Value = About our site

.................................................. ...................
Language = GERMAN

Variable = lbl_about_our_site
Description = About our site
Value = ц°ber unserer Stelle


SO you would need to do something like this....

Quote:
.................................................. ..................
Language = ENGLISH

Variable = lbl_terms
Description = your terms
Value = ADD YOUR ENGLISH TERMS HERE

.................................................. ...................
Language = GERMAN

Variable = lbl_terms
Description = your terms
Value = ADD YOUR GERMAN TERMS HERE

Xcart automaticaly display the correct language depending on which language is chosen.

I suggest you experiment with the languages section in your admin area. take a look at www.smarty.net, check the FAQ here and in the members area, search for "languages" here in the forum and it will all become clear
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote