My main purpose is to show different page to different country(language) people. I think it should be based on the user region/country, which I guess can fetch out from ip address?
example: *For EN country people, they would see this. www.example.com
*For Japanese, they would dispatch to this. www.example.com/jp
Also I saw some people said to accomplish these purpose, the best way is based on the web-browser language, which can get from http header. I don't know which is better, what is the common way and why..?
Thanks for your advices!
I'am using Flex and Java.