There are two standard methods that I know of:
1. the "apache" way: http://httpd.apache.org/docs/content-negotiation.html
is where you only translate the files and name them according to the rules you will find in the documentation I mentioned.
You can also let the users choose the language by using a little JavaScript: http://tech.irt.org/articles/js082/index.htm
and
2. the "PHP" way:
using gettext() function:
http://www.php.net/manual/en/ref.gettext.php
Hope it helps.



LinkBack URL
About LinkBacks






Bookmarks