I connect to my Ubuntu server with command line.
I have installed Apache and, with cURL (PHP) I've tried to connect to IMDb and get data from that website.
But some of the data have German titles because of my server (which is in Germany), and I want to load all titles in English language!
I should change my default country but I don't know how to do that in Ubuntu.
I've searched and found these codes :
sudo dpkg-reconfigure tzdata
Any help, please?