Page 1 of 1

Re: Chnage default language browser

Posted: Fri Oct 25, 2019 3:07 pm
by salvadordf
Hi,

To set the interface language set the GlobalCEFApp.Locale property with the language code of your choice.
To change the preferred language of the web pages set GlobalCEFApp.AcceptLanguageList or TChromium.Options.AcceptLanguageList

The GlobalCEFApp properties must be set before the GlobalCEFApp.StartMainProcess call in the DPR file.
The TChromium.Options properties must be set before the TChromium.CreateBrowser call.