I want to use several instances of the forum in the same database. Each instance will store a seperate language.
Can I do a global search and replace in every file in the forum code to change table and stored proceedure names like this:
tblAuthors becomes:
LCtblAuthors
Where LC is the ISO639 2 character language code - the one you get from HTTP headers. e.g English = en, Spanish = es, Japanese = ja, etc.
Is this possible? I don't know the internal code well enough to know whether this is possible.
The reason is that I want to use more than one language for the forums, but I also want to be able to integrate the forum into an already multilingual database driven website.
Thanks for any help