12 May 2000, 02:13
I want to include a library of variables that will hold the bulk of the standard text.
What I envision doing is saying
if lang = english load english lib
if lang = spanish load spanish lib
etc
the lib would look like this:
$txtwelcome = "Welcome to my board"
$txtlogin = "Please log in"
Is this doable? What command do I use to include the files?
What I envision doing is saying
if lang = english load english lib
if lang = spanish load spanish lib
etc
the lib would look like this:
$txtwelcome = "Welcome to my board"
$txtlogin = "Please log in"
Is this doable? What command do I use to include the files?