Page 1 of 1

Change browser language ?

Posted: Thu Mar 29, 2018 12:25 pm
by thefunkyjoint
Hi,

Is there a way to change the browser's language, so the webpages know what is the preferred language ? Something like this Chrome extension do :

https://chrome.google.com/webstore/deta ... lfie?hl=en

For instance, when i change the language in this extension, Google will show its interface in the selected language.

Thanks !

Re: Change browser language ?

Posted: Thu Mar 29, 2018 2:51 pm
by Chinyaev
Hi!

Try these options
GlobalCEFApp.Locale := 'ru';
GlobalCEFApp.AcceptLanguageList := 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7';

Re: Change browser language ?

Posted: Mon Apr 02, 2018 1:16 pm
by thefunkyjoint
Thanks, this worked !