Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:35
multi language menu ??
Poster: Caballonegro
Dated: Thursday June 13 2002 - 20:38:01 BST
Hello again,
i like to create a multi lenugae menu.
within php i have one displaytxt.inc in each directory
similar like this:
Code:
/images
/language
/language/english
/language/german
/language/frances
/language/french/español
/language/english/displaytxt.inc
/language/german/displaytxt.inc
/language/french/displaytxt.inc
/language/french/español/displaytxt.inc
index.php
info.php
objects.php
.
.
a.s.o
/language
/language/english
/language/german
/language/frances
/language/french/español
/language/english/displaytxt.inc
/language/german/displaytxt.inc
/language/french/displaytxt.inc
/language/french/español/displaytxt.inc
index.php
info.php
objects.php
.
.
a.s.o
in this file displaytxt.inc i declarate some vars with display txts
how can i use this vars in the menu?
I dont like to create one menu for each language.
need your urgent help
saludos
caballonegro
multi language with parameter
Poster: Caballonegro
Dated: Tuesday June 18 2002 - 19:54:41 BST
hello, no answers here to see!
the question is:
is there a way in this menu to make it with parameter's instead of text in this example "some message txt"
caballonegro