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