Hi,
we have to implement a third party webpage inside our powerbuilder application and we're using the webbrowser control for it.
When opening the page with an external browser the webpage is in german language. If we open the same url inside the pb app, the webpage is in english language.
i looked into it and tried something in javascript
navigator.language in external browser is 'de-DE' and when using the webbrowser control it is 'en-US'.
Is there a way to change it to 'de-DE' ?
Regards
Stefan.