I'm using PhantomJs Ghostdriver with Java to take some screenshots of the webpages. My problem is that PhantomJs are using locale from the host machine, so I need to set default language. I have found how to do it for Chrome Driver and for Firefox, but can't find the solution for Ghostdriver.
Any hints?