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 !
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Change browser language ?
Re: Change browser language ?
Hi!
Try these options
GlobalCEFApp.Locale := 'ru';
GlobalCEFApp.AcceptLanguageList := 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7';
Try these options
GlobalCEFApp.Locale := 'ru';
GlobalCEFApp.AcceptLanguageList := 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7';
-
- Posts: 513
- Joined: Thu Aug 10, 2017 12:40 pm
Re: Change browser language ?
Thanks, this worked !