How can I parse HTML data like I were in other country?
I've tried to use proxy (code):
System.setProperty("http.proxyHost", "some proxy");
System.setProperty("http.proxyPort", "some port");
but it doesn't work properly. I still get data in my country language.
I've also tried using VPN, but when I do my program (Jsoup parser) doesn't download anything.
EDIT:
Thanks for your time, the marked answer helped me to solve the problem. The complete solution I found there .