Is there a way to display catagories in other languages like in DMOZ without doing a complete rewrite of the script.
Thanks in advance.
Is there a way to display catagories in other languages like in DMOZ without doing a complete rewrite of the script.
Thanks in advance.
Barney
admin@allthingsphoto.com
http://www.allthingsphoto.com
what exactly do you mean? could you elaborate more in this question...? thanks..Originally posted by barnkin
Is there a way to display catagories in other languages like in DMOZ without doing a complete rewrite of the script.
Thanks in advance.
What we have done is to translate all the files in themes folder assuming your database server internal encoding supports the language you wish to use.
Then use javascript to redirect the visitor based on IP or somthing like that.
Redirection can also be accomplished in apache setting.
Alternative, you can use a form (drop down menu or other) so that user can select language.
To test things out with minimal work, just translate the msg.php file and see if the proper messages are displayed. Of course, if you want the user to get the right mails, you need to translate the mail files as well.
Its a lot of work but I wish you good luck