I need a solution for this following question. Well, I’m developing a multi-language site both in korean and english. The problem is that I want to display the versions (Korean or english) based upon the settings of the client machine. But both the pages should locate in the same directory. See this eg., www.ahnlab.com
The above site will be in korean if the client’s system settings are in Korean same way in english. I don’t know how it happens. Pls kindly let me know what kinda technology behind this. Both the versions should be in the same directory and it should get displayed according to the OS or System Settings.
Can anybody give me a solution for this? How can I solve it? Expecting a nice answer for this.
But all that does is check if it is english, and if it isn’t, it goes to korean. I don’t know what the letters for korean are, I am guessing “ko”, so you can also try this…
I think that can solve my problems…For your kind information, this is not a flash site…The whole coding is in ASP…Will it still work? Its my final question…Weh…
Ummm, you will need to have the tid bit of flash on the page you are using to redirect your user to the right page. Even if it is just a blank page saying “redirecting” and you have a like a 1px by 1px flash movie in there that has the if statement. But of course, the viewer will have to have the appropriate plugin (Flash 6 [MX]).
I don’t know how to redirect by language in Javascript… something tells me it isn’t easy though. So I can’t help you there