Changing the language of the browser You can use setOption to change the language of the browser. In order to load a page in a specific language for example. Browsershot::url('https://example.com') ->setOption('args', '--lang=en-GB') ...