We are loading a third party web page to an HTML widget in a DSP which is in turn loaded into an HTML widget from our C.S. Application.
The 3rd party web page is displaying the dates etc in American format. and the navigator.language when queried in the inspector is “en-US”.
The user/machine I am running the client application on is set to language “en-GB” when I run chrome and use the inspector.
It is important that I can set the accepted languages and preferred language for my application as people will be confused by the date formats.
How do you control these settings in the HTML widget/cefrender?
NOTE, I am currently jumping through hoops to set the locale in the DSP code, but this is a 3rd party software…
Regards,
Iain



