blueclue7
12-08-2004, 11:32 PM
I learned of this forum while studying the code for a website that comes in a couple "flavors" -- english and russian. See: www.dolcevitacrimea.com
I find that it is common on international sites for the user/client to have to select his native language through a button selection. The website I noted above is an example.
Is there no way to automate this process -- detect the native language for the web browser or system, and then load the appropriate text tables or resource files? It seems like there should be some script to handle this. I know that Java has a system resource class, but I would like to steer away from java and javascript if possible. Any thoughts?
I find that it is common on international sites for the user/client to have to select his native language through a button selection. The website I noted above is an example.
Is there no way to automate this process -- detect the native language for the web browser or system, and then load the appropriate text tables or resource files? It seems like there should be some script to handle this. I know that Java has a system resource class, but I would like to steer away from java and javascript if possible. Any thoughts?