JohnLug wrote:
I need to be able to have English as the main language, but at the same time, be able to at least have the regestration and Member profile to also be able to be shown in Spanish.
Is this even possible? |
I would assume that you could do this by altering some of the language files to add bits in brackets. Example on the profile pages:
'register.asp
'---------------------------------------------------------------------------------
Const strTxtRegisterNewUser = "Register New User (Nuevo usuario del registro)"
Etc etc etc
A time consuming process at best