How to start Google Chrome with a specific locale using command line arguments?
According to http://peter.sh/experiments/chromium-command-line-switches/
chrome.exe --lang DE
should work, however it is not.
Other offers do not work in Debian Jessie. What works for me:
LANGUAGE=de google-chrome
path_to_chrome.exe --lang=locale (note the = sign)
path_to_chrome.exe --lang=locale
=
A comprehensive intrigue on how to set the language standard of your browser: https://developer.chrome.com/extensions/i18n#locales-testing
List of supported locales: https://developer.chrome.com/webstore/i18n#localeTable
In any case, I needed to specify both en-US and en so that everything was configured correctly.
en-US
en
This was my command line argument:
--lang=en-US,en
Source: https://habr.com/ru/post/972943/More articles:elasticsearch - broken english compound words? - elasticsearchSet Python IDLE as the default program to open .py Extensions - pythonCheck if a given string is a date object - javascriptDeterminism with insertion in disordered containers - c ++how to use amazon iOS sdk with IAM credentials for S3 services (read / write photos)? - iosDisable default constructor in Database-First workflow - entity-framework-5Tiles in Spring MVC - javaMultiple DKIM and SPF DNS records - google-app-engine"Does not contain" dynamic lambda expression - c #Why and how does volatility imply atomic reads / writes? - javaAll Articles