Replies: 2 comments 1 reply
-
What version are you using? How does the same version of Chrome behave? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm using CefSharp.Wpf version 103.0.90 My region is set to Germany in the Windows settings. If I try it in a virtual machine running Windows set to English (US) region the dot is displayed (for Chrome and CefSharp). Isn't there a way to override these settings for CefSharp? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
having this code loaded into the browser:
<input type="number" value="1.99" />
I get the follwoing output:

What I want to achieve is to change the decimal separator from comma to dot.
What I already tried:
Set the language in the CefSettings:
Changed the langauge of the browser:
Changed the Culture of the thread where ChromiumWebBrowser is instantiated:
Added language attribute to the html page:
Added language attribute to the input:
But the decimal separator is still comma.
Any advice what I can do?
Thank you :-)
Beta Was this translation helpful? Give feedback.
All reactions