|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Hello, We've received an issue from one of our clients about a website that doesn't work properly. The website in question is sophos cloud: https://cloud.sophos.com/manage/loginWhen integrating your library, the labels don't show properly and it's impossible to login to the website. Broken: https://imgur.com/1yBoSarWhen using your own test application, the site shows properly and it's possible to login to the website. Working: https://imgur.com/XDzyEujI figure it has to do with a setting that we need to toggle, due to your test application working as expected. Any help would be appreciated. Regards.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This is probably due to language settings. Please check whether you have set EngineOptions.UILanguage property in your code.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
We don't change the UILanguage property. We do change the AcceptLanguage property of the WebView, but even if I comment that out, it has the same behavior. Do we need to change the UILanguage property to a different value? I searched through the sample application code and it doesn't seem to be changed.
Regards,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Then I am not sure what else to tell you. I would recommend you to compare our sample code with your code to see what triggered it.
|
|